aboutsummaryrefslogtreecommitdiffstats
path: root/examples/impure-concept.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/impure-concept.lisp')
-rw-r--r--examples/impure-concept.lisp2
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)))