[commit: ghc] wip/no-kind-vars: Treat kind/type variables identically in 'forall' (0b7f6a6)
git at git.haskell.org
git at git.haskell.org
Thu Feb 14 09:12:56 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/no-kind-vars
Link : http://ghc.haskell.org/trac/ghc/changeset/0b7f6a6c0aa9d145a244d95b417b41e006eac154/ghc
>---------------------------------------------------------------
commit 0b7f6a6c0aa9d145a244d95b417b41e006eac154
Author: Vladislav Zavialov <vlad.z.4096 at gmail.com>
Date: Wed Feb 13 17:15:49 2019 +0300
Treat kind/type variables identically in 'forall'
>---------------------------------------------------------------
0b7f6a6c0aa9d145a244d95b417b41e006eac154
compiler/main/DynFlags.hs | 4 +-
compiler/rename/RnSource.hs | 14 +++---
compiler/rename/RnTypes.hs | 51 ++++-----------------
docs/users_guide/using-warnings.rst | 53 ----------------------
testsuite/tests/codeGen/should_fail/T13233.hs | 4 +-
.../tests/dependent/should_compile/T15264.stderr | 10 ----
testsuite/tests/dependent/should_compile/all.T | 1 -
.../tests/dependent/should_fail/BadTelescope2.hs | 2 +-
.../dependent/should_fail/BadTelescope2.stderr | 6 +--
.../{should_compile => should_fail}/T15264.hs | 1 -
.../tests/dependent/should_fail/T15264.stderr | 6 +++
testsuite/tests/dependent/should_fail/T15825.hs | 4 +-
.../tests/dependent/should_fail/T15825.stderr | 2 +-
testsuite/tests/dependent/should_fail/all.T | 1 +
testsuite/tests/ghci/scripts/T9293.stdout | 4 --
testsuite/tests/ghci/scripts/ghci024.stdout | 1 -
testsuite/tests/ghci/scripts/ghci057.stdout | 4 --
.../should_compile/ExplicitForAllFams1.hs | 2 +-
testsuite/tests/patsyn/should_fail/T14498.hs | 4 +-
testsuite/tests/patsyn/should_fail/T14507.hs | 2 +-
testsuite/tests/patsyn/should_fail/all.T | 2 +-
testsuite/tests/polykinds/BadKindVar.hs | 2 +-
testsuite/tests/polykinds/BadKindVar.stderr | 2 +-
testsuite/tests/polykinds/T10503.hs | 2 +-
testsuite/tests/polykinds/T10503.stderr | 6 +--
testsuite/tests/polykinds/T14561.hs | 2 +-
testsuite/tests/polykinds/T14563.hs | 2 +-
testsuite/tests/polykinds/T14887a.hs | 8 +---
testsuite/tests/polykinds/T8616.hs | 4 +-
testsuite/tests/polykinds/T8616.stderr | 2 +-
testsuite/tests/polykinds/T9144.hs | 2 +-
testsuite/tests/typecheck/should_fail/T12973.hs | 2 +-
testsuite/tests/typecheck/should_fail/T15629.hs | 2 +-
.../tests/typecheck/should_fail/T15629.stderr | 10 ++--
34 files changed, 59 insertions(+), 165 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 0b7f6a6c0aa9d145a244d95b417b41e006eac154
More information about the ghc-commits
mailing list