Portability | portable |
---|---|
Stability | provisional |
Maintainer | lemmih@gmail.com |
Various small functions which makes the binding process easier.
Documentation
class Enum a b | a -> b whereSource
enumFromTo :: a -> a -> [a]Source
fromBitmask :: (Bounded a, Enum a b, Bits b) => b -> [a]Source