[commit: ghc] wip/ghc-8.8-cherries: 'forall' always a keyword, plus the dot type operator (4ac472b)

git at git.haskell.org git at git.haskell.org
Sat Feb 16 10:33:00 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/ghc-8.8-cherries
Link       : http://ghc.haskell.org/trac/ghc/changeset/4ac472b2b67d6bcb8b39f78b030940e6c464d9c8/ghc

>---------------------------------------------------------------

commit 4ac472b2b67d6bcb8b39f78b030940e6c464d9c8
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


>---------------------------------------------------------------

4ac472b2b67d6bcb8b39f78b030940e6c464d9c8
 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 4ac472b2b67d6bcb8b39f78b030940e6c464d9c8


More information about the ghc-commits mailing list