add empty to the list of things that are not structs for HtDP langs

svn: r17563
This commit is contained in:
Matthew Flatt 2010-01-08 13:38:48 +00:00
parent 01b42b6ba3
commit 1086cefc7a

View File

@ -221,6 +221,7 @@ namespace.
(lambda (x)
(not (or (number? x)
(boolean? x)
(empty? x)
(pair? x)
(symbol? x)
(string? x)