Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support GHC 7.10: no Safe-Inferred, Foldable instance | jpmoresmau | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | Fix extra whitespace on signatures and update all test cases | Niklas Haas | 2014-08-24 | 1 | -4/+4 |
| | | | | | This was long overdue, now running ./accept.lhs on a clean test from master will not generate a bunch of changes. | ||||
* | Fix #313 by doing some list munging. | Mateusz Kowalczyk | 2014-08-15 | 1 | -0/+132 |
I get rid of the Monoid instance because we weren't satisfying the laws. Convenience of having <> didn't outweigh the shock-factor of having it behave badly. |