dictparser-0.3.0.0: Parsec parsers for the DICT format produced by dictfmt -t

Safe HaskellSafe-Inferred

NLP.DictParser.Internal

Documentation

manyTill1 :: Stream s m t => ParsecT s u m a -> ParsecT s u m end -> ParsecT s u m [a]Source

tryParse :: Stream a Identity t => Parsec a () b -> a -> Either a bSource