Skip to content

Commit 690416b

Browse files
Update description of eval in core.rst
1 parent 3d0659b commit 690416b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/language/core.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ eval
195195
``eval`` evaluates a quoted expression and returns the value. The optional
196196
second and third arguments specify the dictionary of globals to use and the
197197
module name. The globals dictionary defaults to ``(local)`` and the module name
198-
defaults to the name of the current module.
198+
defaults to the name of the current module. An optional fourth keyword parameter,
199+
``compiler``, allows one to re-use an existing ``HyASTCompiler`` object for the
200+
compilation step.
199201

200202
.. code-block:: clj
201203
@@ -1403,4 +1405,3 @@ are available. Some of their names have been changed:
14031405
- ``dropwhile`` has been changed to ``drop-while``
14041406

14051407
- ``filterfalse`` has been changed to ``remove``
1406-

0 commit comments

Comments
 (0)