bookhound-0.1.3.0: Simple Parser Combinators & Parsers for usual data formats
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 #

csvOf :: Parser a -> Parser [a] Source #