Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Math.SetCover.BitPosition
Documentation
class C bits => C bits Source #
Minimal complete definition
bit, bitPositionPlain, unpack
class C bits => Sized bits Source #
Minimal complete definition
size
Instances
Sized Word8 Source # | |
Defined in Math.SetCover.BitPosition | |
Sized Word16 Source # | |
Defined in Math.SetCover.BitPosition | |
Sized Word32 Source # | |
Defined in Math.SetCover.BitPosition | |
Sized Word64 Source # | |
Defined in Math.SetCover.BitPosition |