From ac6b455f4a9be11d322551a927c4330532f9f184 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 5 Dec 2022 11:03:32 +0200 Subject: Add record, union concepts --- examples/impure-concept.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/impure-concept.lisp') diff --git a/examples/impure-concept.lisp b/examples/impure-concept.lisp index e612339..f769424 100644 --- a/examples/impure-concept.lisp +++ b/examples/impure-concept.lisp @@ -3,7 +3,7 @@ ; Pure functions can only call pure functions. ; Impure function names end in an exclamation mark (!) by convention. ; The top-level context is impure but has special rules -; related to (import!) and (let!). +; related to `import!`, `let!`, and other builtins. ; pure function (let! f (\[x] x)) -- cgit v1.3