bookhound-0.1.11.0: Simple Parser Combinators
Safe HaskellNone
LanguageHaskell2010

Bookhound.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 #