[commit: ghc] wip/map-coerce-wrappers, wip/parse-errors, wip/unexpected-test: 'forall' always a keyword, plus the dot type operator (887454d)
git at git.haskell.org
git at git.haskell.org
Sat Feb 16 10:32:57 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branches: wip/map-coerce-wrappers,wip/parse-errors,wip/unexpected-test
Link : http://ghc.haskell.org/trac/ghc/changeset/887454d8889ca5dbba70425de41d97939cb9ac60/ghc
>---------------------------------------------------------------
commit 887454d8889ca5dbba70425de41d97939cb9ac60
Author: Vladislav Zavialov <vlad.z.4096 at gmail.com>
Date: Thu Feb 14 00:36:00 2019 +0300
'forall' always a keyword, plus the dot type operator
>---------------------------------------------------------------
887454d8889ca5dbba70425de41d97939cb9ac60
compiler/parser/Lexer.x | 6 +--
compiler/parser/Parser.y | 47 ++++++++--------------
compiler/parser/RdrHsSyn.hs | 25 ++++++++----
compiler/prelude/PrelNames.hs | 4 --
compiler/rename/RnTypes.hs | 8 +---
compiler/rename/RnUnbound.hs | 15 ++-----
docs/users_guide/8.8.1-notes.rst | 6 ++-
testsuite/tests/ghci/prog006/prog006.stderr | 10 +++--
.../should_fail/ParserNoForallUnicode.stderr | 4 +-
testsuite/tests/parser/should_fail/T12811.stderr | 6 ++-
testsuite/tests/parser/should_fail/T3095.stderr | 4 +-
.../tests/rename/should_fail/rnfail052.stderr | 4 +-
.../tests/rename/should_fail/rnfail053.stderr | 10 +++--
testsuite/tests/typecheck/should_fail/T3155.stderr | 4 +-
.../tests/typecheck/should_fail/tcfail166.stderr | 4 +-
.../tests/typecheck/should_fail/tcfail183.stderr | 4 +-
16 files changed, 74 insertions(+), 87 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 887454d8889ca5dbba70425de41d97939cb9ac60
More information about the ghc-commits
mailing list