summaryrefslogtreecommitdiff
path: root/Utility/Conditional.hs
Commit message (Collapse)AuthorAge
* remove Utility.Conditional and use IfElseGravatar Joey Hess2012-01-24
| | | | | | | This drops the >>! and >>? with the nice low fixity. IfElse does have undocumented >>=>>! and >>=>>? operators, but I deem that too fishy. Anyway, using whenM and unlessM is easier; I sometimes mixed the operators up.
* refactorGravatar Joey Hess2011-12-03
|
* factor out untilTrueGravatar Joey Hess2011-12-02
|
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22