included missing macros (fixes #2) #3

Merged
7enderhead merged 1 commits from master into master 2017-10-15 21:47:37 +01:00

View File

@ -13,8 +13,15 @@
(provide (all-from-out anaphoric/it
anaphoric/aif
anaphoric/awhen
anaphoric/acond))
anaphoric/acond
anaphoric/if-let
anaphoric/when-let
anaphoric/cond-let))
(require anaphoric/it
anaphoric/aif
anaphoric/awhen
anaphoric/acond)
anaphoric/acond
anaphoric/if-let
anaphoric/when-let
anaphoric/cond-let)