fix the type of > and indent
svn: r13275 original commit: 4288ba636ec132eb91ede11dd9ab1f24263d01e8
This commit is contained in:
parent
00daf4391f
commit
86e0c521fc
|
@ -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))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user