journal: simplify parse error
This commit is contained in:
parent
59c2d73d14
commit
ec507955e1
@ -292,7 +292,7 @@ journalp = do
|
|||||||
, fmap (return . addMarketPrice) marketpricedirectivep
|
, fmap (return . addMarketPrice) marketpricedirectivep
|
||||||
, emptyorcommentlinep >> return (return id)
|
, emptyorcommentlinep >> return (return id)
|
||||||
, multilinecommentp >> return (return id)
|
, multilinecommentp >> return (return id)
|
||||||
] <?> "journal transaction or directive"
|
] <?> "transaction or directive"
|
||||||
|
|
||||||
--- ** directives
|
--- ** directives
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user