fix the type of > and indent
svn: r13275
This commit is contained in:
parent
ed6e1ffda6
commit
4288ba636e
|
@ -160,7 +160,7 @@
|
||||||
[>= (->* (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