Fix aand #6

Merged
ghost merged 1 commits from patch-1 into master 2018-08-23 08:40:01 +01:00

View File

@ -10,5 +10,5 @@
(syntax-parser (syntax-parser
[(_) #'#true] [(_) #'#true]
[(_ body:expr) #'body] [(_ body:expr) #'body]
[(_ [variable:id condition:expr] rest ...+) [(_ condition:expr rest ...+)
#'(aif condition (and-let rest ...) #false)])) #'(aif condition (aand rest ...) #false)]))