aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/Bug313.html
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to follow HTML changesMateusz Kowalczyk2015-08-021-3/+3
|
* support GHC 7.10: no Safe-Inferred, Foldable instancejpmoresmau2015-01-221-1/+1
|
* Fix extra whitespace on signatures and update all test casesNiklas Haas2014-08-241-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 Kowalczyk2014-08-151-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.