Joey Hess
a362c46b70
fun with symbols
...
Nothing at all on hackage is using <&&> or <||>.
(Also, <&&> should short-circuit on failure.)
2012-03-17 00:38:40 -04:00
Joey Hess
771052a85e
optimize monadic ||
...
(||) used applicative style runs both conditions rather than short
circuiting. Add an orM that properly short-circuits.
2012-03-16 12:28:17 -04:00
Joey Hess
9f6b7935dd
go go gadget hlint
2011-09-20 23:24:48 -04:00
Joey Hess
b62123c378
simplify
2011-09-20 00:59:13 -04:00
Joey Hess
5253379953
convert Token to have separate constructors for each peice of syntax
2011-09-20 00:49:40 -04:00
Joey Hess
8d1e8c0760
golfing with curry
2011-09-18 21:02:40 -04:00
Joey Hess
b516cecff2
probably better to error on unknown token
2011-09-18 20:58:34 -04:00
Joey Hess
33cd1ffbfe
make find show files meeting limits, even when not present
...
find: Rather than only showing files whose contents are present, when used
with --exclude --copies or --in, displays all files that match the
specified conditions.
Note that this is a behavior change for find --exclude! Old behavior
can be gotten with find --in . --exclude=...
2011-09-18 20:42:15 -04:00
Joey Hess
38c0f3eaf8
add a value to match against to match and matchM
2011-09-18 17:47:24 -04:00
Joey Hess
3e15187ac1
move to Utility
2011-09-18 16:36:30 -04:00