2022-04-07 18:33:05 +02:00

6 lines
102 B
Scheme

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