Define unspecific value

This commit is contained in:
Andrew Whatson 2022-07-19 17:08:46 +10:00
parent 2fec5376cc
commit 5ea95d2e28

View file

@ -26,5 +26,4 @@
(define ascii->char integer->char)
(define char->ascii char->integer)
;; TODO: requires define-enumeration
(define unspecific (const #f))
(define unspecific (if #f #f))