Enforcing documentated contract

svn: r13307
This commit is contained in:
Jay McCarthy 2009-01-28 21:48:33 +00:00
parent 60827a8254
commit 8b65e2930d

View File

@ -56,7 +56,7 @@
(cond
((string? x) (true))
((symbol? x) (true))
((number? x) (true))
((exact-nonnegative-integer? x) (true))
((comment? x) (true))
((pi? x) (true))
((cdata? x) (true))