Next: built-in lists non-empty, Previous: built-in lists base, Up: built-in lists [Contents][Index]
Type of the null object.
The type <null>
is special in that it is considered sub–type of
both the type <list>
and the types defined with the annotations
(list-of ?type)
. Notice that types defined with the
annotations (list ?type0 ?type ...)
are not
super–types of <null>
, because, by definition, they contain at
list one item.
<null>
: <null> type-constructorReturn the null object.
<null>
: <null> type-predicate objThe type predicate is null?
. Return #t
if obj is the
null object; otherwise return #f
.