Fix type of odd and even.

svn: r12086
This commit is contained in:
Sam Tobin-Hochstadt 2008-10-21 20:55:07 +00:00
parent b349b4baa2
commit 0ec881dc60

View File

@ -237,8 +237,8 @@
[list-tail (-poly (a) ((-lst a) -Integer . -> . (-lst a)))]
[positive? (-> N B)]
[negative? (-> N B)]
[odd? (-> N B)]
[even? (-> N B)]
[odd? (-> -Integer B)]
[even? (-> -Integer B)]
[apply (-poly (a b) (((list) a . ->* . b) (-lst a) . -> . b))]
[kernel:apply (-poly (a b) (((list) a . ->* . b) (-lst a) . -> . b))]