merge remote-tracking branch 'endrebak/anaphoric-import-info-missing'
This commit is contained in:
commit
5af86d691d
@ -13,6 +13,9 @@ concise and easy to read.
|
|||||||
|
|
||||||
-- Wikipedia (http://en.wikipedia.org/wiki/Anaphoric_macro)
|
-- Wikipedia (http://en.wikipedia.org/wiki/Anaphoric_macro)
|
||||||
|
|
||||||
|
To use these macros you need to require the hy.contrib.anaphoric module like so:
|
||||||
|
|
||||||
|
``(require hy.contrib.anaphoric)``
|
||||||
|
|
||||||
.. _ap-if:
|
.. _ap-if:
|
||||||
|
|
||||||
@ -244,5 +247,3 @@ This is similar to Clojure's anonymous function literals (``#()``).
|
|||||||
=> (def add-10 (xi + 10 x1))
|
=> (def add-10 (xi + 10 x1))
|
||||||
=> (add-10 6)
|
=> (add-10 6)
|
||||||
16
|
16
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user