summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs
Commit message (Expand)AuthorAgeFilesLines
* Add Monad instances to `(,,) a b` and `(,,,) a b c`Fumiaki Kinoshita2019-10-041-1/+1
* Use level numbers for generalisationRichard Eisenberg2019-09-191-5/+5
* Refactor kindGeneralize and friendsRichard Eisenberg2019-09-191-5/+8
* Fix typechecking of partial type signaturesSimon Peyton Jones2019-06-198-4/+75
* Bump ghc-prim's version where neededAlexandre2019-04-0148-48/+48
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-2248-49/+49
* Add location to the extra-constraints wildcardSimon Peyton Jones2019-03-1614-29/+29
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-153-3/+3
* Ignore more version numbers in the testsuiteAlec Theriault2019-03-111-0/+2
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-277-4/+15
* Fail fast in solveLocalEqualitiesSimon Peyton Jones2019-02-142-33/+1
* Visible kind applicationmynguyen2019-01-0346-222/+263
* testsuite: Normalise away spurious differences in out-of-scope instancesBen Gamari2018-12-121-1/+1
* Wibble to Taming the Kind Inference MonsterSimon Peyton Jones2018-12-077-18/+16
* Taming the Kind Inference MonsterSimon Peyton Jones2018-11-298-27/+26
* Overhaul -fprint-explicit-kinds to use VKARyan Scott2018-11-222-10/+10
* Fix #15852 by eta expanding data family instance RHSes, tooRyan Scott2018-11-223-8/+8
* Fix nasty bug in the type free-var finder, at lastSimon Peyton Jones2018-10-266-9/+9
* Refactor the treatment of predicate typesSimon Peyton Jones2018-10-242-5/+4
* Improve output from -ddump-typesSimon Peyton Jones2018-10-2447-111/+15
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-154-13/+17
* Better -ddump-typesSimon Peyton Jones2018-10-047-12/+13
* Fix #15415 and simplify tcWildCardBindersVladislav Zavialov2018-08-015-0/+52
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-07-163-40/+30
* Use IfaceAppArgs to store an IfaceAppTy's argumentsRyan Scott2018-07-111-6/+3
* Unwrap casts before checking vars in eager unifierRichard Eisenberg2018-07-103-44/+53
* Refactor validity checking for constraintsSimon Peyton Jones2018-07-051-2/+2
* Built-in Natural literals in CoreSylvain Henry2018-06-151-1/+1
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-1411-75/+89
* Improved Valid Hole FitsMatthías Páll Gissurarson2018-05-301-4/+1
* Clean up the conflicting data family instances error messageRyan Scott2018-05-242-2/+2
* ghc-prim: Bump versionBen Gamari2018-05-2048-48/+48
* Another batch of './validation --slow' tweaksAlp Mestanogullari2018-05-201-1/+10
* Orient TyVar/TyVar equalities with deepest on the leftSimon Peyton Jones2018-05-181-11/+15
* Add regression tests for #11515 and #12563Ryan Scott2018-05-183-0/+14
* Fix #15039 by pretty-printing equalities more systematicallyRyan Scott2018-05-169-1/+393
* Tidy up error suppressionSimon Peyton Jones2018-05-152-0/+24
* Add 'addWordC#' PrimOpSebastian Graf2018-05-0548-48/+48
* Bump base to version 4.12.0.0Ryan Scott2018-04-1948-48/+48
* Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0Ryan Scott2018-04-1348-96/+96
* Track type variable scope more carefully.Richard Eisenberg2018-03-314-18/+47
* Allow PartialTypeSignatures in standalone deriving contextsRyan Scott2018-03-237-0/+51
* Simplify rnLHsInstTypeSimon Peyton Jones2018-03-052-3/+1
* testsuite: Fix test output of T14715Ben Gamari2018-01-311-1/+10
* Move zonkWC to the right place in simplfyInferSimon Peyton Jones2018-01-313-0/+21
* Fix two more bugs in partial signaturesSimon Peyton Jones2018-01-097-4/+41
* Fix floating of equalitiesSimon Peyton Jones2017-12-215-0/+119
* Check for bogus quantified tyvars in partial type sigsSimon Peyton Jones2017-12-213-0/+20
* Add regression test for #14040Ryan Scott2017-12-123-0/+83
* Check quantification for partial type signatuesSimon Peyton Jones2017-11-273-0/+11