bookhound-0.2.2: Simple Parser Combinators
Safe HaskellSafe-Inferred
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 #