penny-lib-0.12.0.0: Extensible double-entry accounting system - library

Safe HaskellNone

Penny.Copper.Parsec

Description

Parsec parsers for the ledger file format. The format is documented in EBNF in the file doc/ledger-grammar.org.

Documentation

parseTriple :: Parser a -> Parser b -> Parser c -> Parser (a, Maybe b, Maybe c)Source