We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0d061 commit 39ca00cCopy full SHA for 39ca00c
src/faux-macros.lisp
@@ -51,7 +51,8 @@
51
(define-coalton-toplevel-editor-macro coalton:define-type-alias (name &body definition)
52
"Create a new type alias named NAME. (Coalton top-level operator.)")
53
54
-(define-coalton-toplevel-editor-macro coalton:declare (var type)
+;; the `&body` below is purely for the purpose editor indentation display.
55
+(define-coalton-toplevel-editor-macro coalton:declare (var &body type)
56
"Declare the type of a variable. (Coalton top-level operator.)")
57
58
(define-coalton-toplevel-editor-macro coalton:define-class (class &body method-signatures)
0 commit comments