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

Safe HaskellNone

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