Safe Haskell | None |
---|---|
Language | Haskell2010 |
Bitwise bit operations
Synopsis
- class Bitwise a where
- (.&.) :: a -> a -> a
- (.|.) :: a -> a -> a
- xor :: a -> a -> a
- complement :: a -> a
Documentation
class Bitwise a where Source #
Bitwise bit operations
Safe Haskell | None |
---|---|
Language | Haskell2010 |
Bitwise bit operations
class Bitwise a where Source #
Bitwise bit operations