We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bd19a commit 6553639Copy full SHA for 6553639
1 file changed
langs/a86/ast.rkt
@@ -161,6 +161,7 @@
161
[m (identifier? #'m) #'(λ (x ...) (%Name (current-annotation) x ...))]
162
[(m x ...) #'(%Name (current-annotation) x ...)])))
163
(struct %Name instruction (x ...)
164
+ #:reflection-name 'Name
165
#:transparent
166
#:guard guard
167
#:methods gen:equal+hash
0 commit comments