included missing macros (fixes #2)

This commit is contained in:
gisi 2017-10-14 16:59:21 +02:00
parent 7227dbedc7
commit dd05fd25c5

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)