hledger-lib-1.43.2: A library providing the core functionality of hledger
Safe HaskellNone
LanguageHaskell2010

Hledger.Read.CsvReader

Contents

Description

A reader for CSV (character-separated) data. This also reads a rules file to help interpret the CSV data.

Synopsis

Reader

reader :: forall (m :: Type -> Type). MonadIO m => SepFormat -> Reader m Source #

Tests