remove temp type
This commit is contained in:
parent
4063df0530
commit
16ee07cc52
@ -438,11 +438,6 @@ applyaccountdirectivep = do
|
|||||||
pushParentAccount parent
|
pushParentAccount parent
|
||||||
return $ ExceptT $ return $ Right id
|
return $ ExceptT $ return $ Right id
|
||||||
|
|
||||||
data Commodity2 = Commodity2 {
|
|
||||||
csymbol :: String,
|
|
||||||
cformat :: Maybe AmountStyle
|
|
||||||
} -- deriving (Eq,Ord,Typeable,Data,Generic)
|
|
||||||
|
|
||||||
endapplyaccountdirectivep :: ErroringJournalParser JournalUpdate
|
endapplyaccountdirectivep :: ErroringJournalParser JournalUpdate
|
||||||
endapplyaccountdirectivep = do
|
endapplyaccountdirectivep = do
|
||||||
string "end" >> many1 spacenonewline >> string "apply" >> many1 spacenonewline >> string "account"
|
string "end" >> many1 spacenonewline >> string "apply" >> many1 spacenonewline >> string "account"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user