Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Math.SetCover.Bit
Documentation
class Eq bits => C bits where Source
This class is similar to the Bits
class from the base
package
but adds keepMinimum
and misses the rotation stuff.
Methods
complement, keepMinimum :: bits -> bits Source
xor, (.&.), (.|.) :: bits -> bits -> bits infixl 7 .&.infixl 5 .|. Source
Constructors
Sum !a !b |