Improved closure properties of bitwise-and.
This commit is contained in:
parent
c4ae44123f
commit
234e8c363c
|
@ -338,7 +338,9 @@
|
|||
(-Nat -Nat . -> . -Nat)
|
||||
(-Integer -Integer . -> . -Integer))]
|
||||
[bitwise-and (cl->* (null -NonnegativeFixnum . ->* . -NonnegativeFixnum)
|
||||
((list -Integer) -NonnegativeFixnum . ->* . -NonnegativeFixnum)
|
||||
(null -Fixnum . ->* . -Fixnum)
|
||||
((list -Integer) -Fixnum . ->* . -Fixnum)
|
||||
(null -Nat . ->* . -Nat)
|
||||
(null -Integer . ->* . -Integer))]
|
||||
[bitwise-ior (cl->* (null -NonnegativeFixnum . ->* . -NonnegativeFixnum)
|
||||
|
|
Loading…
Reference in New Issue
Block a user