diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 12:42:21 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:53 +0200 |
| commit | bba047ae945ae7d7899d6e2c1610923bcedb0442 (patch) | |
| tree | 4c442e6e09cc3f4ec65edb04bfafe93084045689 /examples/impure-concept.lisp | |
| parent | ac6b455f4a9be11d322551a927c4330532f9f184 (diff) | |
Implement purity checking
Diffstat (limited to 'examples/impure-concept.lisp')
| -rw-r--r-- | examples/impure-concept.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/impure-concept.lisp b/examples/impure-concept.lisp index f769424..893b29e 100644 --- a/examples/impure-concept.lisp +++ b/examples/impure-concept.lisp @@ -9,4 +9,4 @@ (let! f (\[x] x)) ; impure function -(let! g (\![x] (print! x))) +(let! g! (\![x] (print! x))) |
