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

Hledger.Data.JournalChecks.Uniqueleafnames

Synopsis

Documentation

journalCheckUniqueleafnames :: Journal -> Either String () Source #

Check that all the journal's postings are to accounts with a unique leaf name. Otherwise, return an error message for the first offending posting.