We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61b633 commit 56f196dCopy full SHA for 56f196d
1 file changed
langs/outlaw/compile-literals.rkt
@@ -81,6 +81,8 @@
81
(append-map literals-e cs)]
82
[(Match e ps es)
83
(append (literals-e e) (append-map literals-match-clause ps es))]
84
+ [(Apply e es el)
85
+ (append (literals-e e) (append-map literals-e es) (literals-e el))]
86
[_ '()]))
87
88
;; Pat Expr -> [Listof Symbol]
0 commit comments