Added documentation for macroexpand
This commit is contained in:
parent
2e60d6b47b
commit
033198a90e
@ -222,6 +222,18 @@ Contrast with :ref:`iterable?-fn`.
|
||||
|
||||
.. _neg?-fn:
|
||||
|
||||
macroexpand
|
||||
-----------
|
||||
|
||||
Usage: ``(macroexpand form)``
|
||||
|
||||
Returns the macro expansion of form.
|
||||
|
||||
.. code-block:: clojure
|
||||
|
||||
=> (macroexpand '(-> (a b) (x y)))
|
||||
(u'x' (u'a' u'b') u'y')
|
||||
|
||||
neg?
|
||||
----
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user