fix the type of > and indent

svn: r13275
This commit is contained in:
Eli Barzilay 2009-01-24 21:13:15 +00:00
parent ed6e1ffda6
commit 4288ba636e

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))]