Skip to content

Commit 7659333

Browse files
committed
notes
1 parent cb15752 commit 7659333

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

notes/guix-guile-nix/guile.scrbl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
;; *unspecified* is a value apart from both: empty list and boolean false
122122
(eq? *unspecified* '()) ; => #f
123123
(eq? *unspecified* #f) ; => #f
124+
(eq? *unspecified* #t) ; => #f
124125

125126
Tail Call Optimisation
126127
the compiler will rewrite the recursive form into a serialised iterative form.

0 commit comments

Comments
 (0)