fix the type of > and indent

svn: r13275

original commit: 4288ba636ec132eb91ede11dd9ab1f24263d01e8
This commit is contained in:
Eli Barzilay 2009-01-24 21:13:15 +00:00
parent 00daf4391f
commit 86e0c521fc

View File

@ -156,11 +156,11 @@
[sleep (N . -> . -Void)]
[= (->* (list N N) N B)]
[= (->* (list N N) N B)]
[>= (->* (list N N) N B)]
[< (->* (list N N) N B)]
[< (->* (list N N) N B)]
[<= (->* (list N N) N B)]
[> (->* (list N) N B)]
[> (->* (list N N) N B)]
[zero? (N . -> . B)]
[* (cl->* (->* '() -Integer -Integer) (->* '() N N))]
[/ (cl->* (->* (list N) N N))]