removed pair? from language primitives so that HTDP works; Closes PR 10148

This commit is contained in:
Matthias Felleisen 2011-05-13 12:51:03 -04:00
parent 02512706b1
commit 84cb649b87

View File

@ -210,6 +210,7 @@
("Lists"
(cons? (any -> boolean)
"to determine whether some value is a constructed list")
#;
(pair? (any -> boolean)
"to determine whether some value is a constructed list")
(empty? (any -> boolean)