aboutsummaryrefslogtreecommitdiffstats
path: root/minimal.scm
diff options
context:
space:
mode:
Diffstat (limited to 'minimal.scm')
-rw-r--r--minimal.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/minimal.scm b/minimal.scm
index 5c953e6..218eb5b 100644
--- a/minimal.scm
+++ b/minimal.scm
@@ -1,4 +1,3 @@
-
; cyclic dependency graph (sigh)
;
; meaning
@@ -248,3 +247,4 @@
(lambda (e)
(meaning e (quote ()))))
;(value '((lambda (a b) (a (add1 b))) (lambda (c) (add1 c)) 4)) ; 6
+;(value (quote (lambda (a b) (a (add1 b))) (lambda (c) (add1 c)) 4)) ; 6