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