dev: lib: fix a failing doctest

This commit is contained in:
Simon Michael 2022-08-18 04:52:42 +01:00
parent 5fd5cd5b85
commit b32b130045

View File

@ -199,7 +199,7 @@ parse iopts f = parseAndFinaliseJournal journalp' iopts f
-- which should be finalised/validated before use. -- which should be finalised/validated before use.
-- --
-- >>> rejp (journalp <* eof) "2015/1/1\n a 0\n" -- >>> rejp (journalp <* eof) "2015/1/1\n a 0\n"
-- Right (Right Journal with 1 transactions, 1 accounts) -- Right (Right Journal (unknown) with 1 transactions, 1 accounts)
-- --
journalp :: MonadIO m => ErroringJournalParser m ParsedJournal journalp :: MonadIO m => ErroringJournalParser m ParsedJournal
journalp = do journalp = do