cleanup
This commit is contained in:
parent
8c56c3c4b3
commit
e8a0d42906
@ -588,11 +588,9 @@ lastthisnextthing = do
|
|||||||
return ("",r,p)
|
return ("",r,p)
|
||||||
|
|
||||||
|
|
||||||
type TransactionMatcher = Transaction -> Bool
|
|
||||||
|
|
||||||
-- | Parse a --display expression which is a simple date predicate, like
|
-- | Parse a --display expression which is a simple date predicate, like
|
||||||
-- "d>[DATE]" or "d<=[DATE]", and return a transaction-matching predicate.
|
-- "d>[DATE]" or "d<=[DATE]", and return a transaction-matching predicate.
|
||||||
datedisplayexpr :: Parser TransactionMatcher
|
datedisplayexpr :: Parser (Transaction -> Bool)
|
||||||
datedisplayexpr = do
|
datedisplayexpr = do
|
||||||
char 'd'
|
char 'd'
|
||||||
op <- compareop
|
op <- compareop
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user