Skip to content

Commit 39ca00c

Browse files
YarinHeffesstylewarning
authored andcommitted
add &body for editor indentation display
1 parent 1e0d061 commit 39ca00c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/faux-macros.lisp

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
(define-coalton-toplevel-editor-macro coalton:define-type-alias (name &body definition)
5252
"Create a new type alias named NAME. (Coalton top-level operator.)")
5353

54-
(define-coalton-toplevel-editor-macro coalton:declare (var type)
54+
;; the `&body` below is purely for the purpose editor indentation display.
55+
(define-coalton-toplevel-editor-macro coalton:declare (var &body type)
5556
"Declare the type of a variable. (Coalton top-level operator.)")
5657

5758
(define-coalton-toplevel-editor-macro coalton:define-class (class &body method-signatures)

0 commit comments

Comments
 (0)