6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
|
;; In Emacs, open this file in -*- Scheme -*- mode.
|
||
|
|
||
|
;; Booleans
|
||
|
|
||
|
(def boolean? (fun (o) (@bool? o)))
|