summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/simpl017.hs
Commit message (Collapse)AuthorAgeFilesLines
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-201-3/+3
|
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-0/+11
| | | | | | | | | | | | | | | | | | | | | Summary: This includes pretty much all the changes needed to make `Applicative` a superclass of `Monad` finally. There's mostly reshuffling in the interests of avoid orphans and boot files, but luckily we can resolve all of them, pretty much. The only catch was that Alternative/MonadPlus also had to go into Prelude to avoid this. As a result, we must update the hsc2hs and haddock submodules. Signed-off-by: Austin Seipp <austin@well-typed.com> Test Plan: Build things, they might not explode horribly. Reviewers: hvr, simonmar Subscribers: simonmar Differential Revision: https://phabricator.haskell.org/D13
* Move tests from tests/ghc-regress/* to just tests/*David Terei2011-07-201-0/+64