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