sync from Atlas

This commit is contained in:
Luciano Ramalho
2021-09-20 23:31:45 -03:00
parent c93076ac2b
commit ade9577a55
6 changed files with 21 additions and 28 deletions

View File

@@ -48,7 +48,6 @@ Doctests for `evaluate`
# end::EVAL_NUMBER[]
# tag::EVAL_SYMBOL[]
>>> from lis import standard_env
>>> evaluate(parse('+'), standard_env())
<built-in function add>
>>> evaluate(parse('ni!'), standard_env())