chickadee
»
ck-macros
»
c-boolean?
Identifier search
(c-boolean? X) → '#t or '#f
syntax
Yields
'#t
if
X
is either
'#t
or
'#f
. Otherwise yields
'#f
. Analogous to
boolean?
.