| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Parsers.Utils.Handrolled
Contents
Class Inputable
class Inputable inp where Source #
Methods
Instances
| Inputable ByteString Source # | |
Defined in Parsers.Utils.Handrolled Associated Types type Token ByteString Source # Methods null :: ByteString -> Bool Source # empty :: ByteString Source # uncons :: ByteString -> Maybe (Token ByteString, ByteString) Source # | |
| Inputable Text Source # | |