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