bookhound-0.1.7.0: Simple Parser Combinators & Parsers
Safe HaskellNone
LanguageHaskell2010

Parsers.Collections

Documentation

collOf :: Parser a -> Parser b -> Parser c -> Parser d -> Parser [d] Source #

mapOf :: Ord b => Parser a -> Parser b -> Parser c -> Parser (Map b c) Source #