We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb15752 commit 7659333Copy full SHA for 7659333
1 file changed
notes/guix-guile-nix/guile.scrbl
@@ -121,6 +121,7 @@
121
;; *unspecified* is a value apart from both: empty list and boolean false
122
(eq? *unspecified* '()) ; => #f
123
(eq? *unspecified* #f) ; => #f
124
+ (eq? *unspecified* #t) ; => #f
125
126
Tail Call Optimisation
127
the compiler will rewrite the recursive form into a serialised iterative form.
0 commit comments