removed pair? from language primitives so that HTDP works; Closes PR 10148
This commit is contained in:
parent
02512706b1
commit
84cb649b87
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user