summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T6018Cfail.hs
Commit message (Collapse)AuthorAgeFilesLines
* Injective type familiesJan Stolarek2015-09-031-0/+8
For details see #6018, Phab:D202 and the wiki page: https://ghc.haskell.org/trac/ghc/wiki/InjectiveTypeFamilies This patch also wires-in Maybe data type and updates haddock submodule. Test Plan: ./validate Reviewers: simonpj, goldfire, austin, bgamari Subscribers: mpickering, bgamari, alanz, thomie, goldfire, simonmar, carter Differential Revision: https://phabricator.haskell.org/D202 GHC Trac Issues: #6018