| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Parsers.Utils
Synopsis
- class CoerceEnum a b where
- coerceEnum :: a -> b
- w2c :: Word8 -> Char
Documentation
class CoerceEnum a b where Source #
Minimal complete definition
Nothing
Instances
| CoerceEnum Char Char Source # | |
Defined in Parsers.Utils Methods coerceEnum :: Char -> Char Source # | |
| CoerceEnum Char Word8 Source # | |
Defined in Parsers.Utils Methods coerceEnum :: Char -> Word8 Source # | |
| CoerceEnum Word8 Char Source # | |
Defined in Parsers.Utils Methods coerceEnum :: Word8 -> Char Source # | |