fix the type of > and indent
svn: r13275
This commit is contained in:
parent
ed6e1ffda6
commit
4288ba636e
|
@ -156,11 +156,11 @@
|
||||||
|
|
||||||
[sleep (N . -> . -Void)]
|
[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) N B)]
|
[<= (->* (list N N) N B)]
|
||||||
[> (->* (list N) N B)]
|
[> (->* (list N N) N B)]
|
||||||
[zero? (N . -> . B)]
|
[zero? (N . -> . B)]
|
||||||
[* (cl->* (->* '() -Integer -Integer) (->* '() N N))]
|
[* (cl->* (->* '() -Integer -Integer) (->* '() N N))]
|
||||||
[/ (cl->* (->* (list N) N N))]
|
[/ (cl->* (->* (list N) N N))]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user