add empty to the list of things that are not structs for HtDP langs
svn: r17563
This commit is contained in:
parent
01b42b6ba3
commit
1086cefc7a
|
@ -221,6 +221,7 @@ namespace.
|
|||
(lambda (x)
|
||||
(not (or (number? x)
|
||||
(boolean? x)
|
||||
(empty? x)
|
||||
(pair? x)
|
||||
(symbol? x)
|
||||
(string? x)
|
||||
|
|
Loading…
Reference in New Issue
Block a user