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

git at git.haskell.org git at git.haskell.org
Thu Feb 14 09:12:59 UTC 2019


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

On branch  : wip/forall-keyword
Link       : http://ghc.haskell.org/trac/ghc/changeset/d06449ff21512aa69be61581a6ae95dc33e00b3a/ghc

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

commit d06449ff21512aa69be61581a6ae95dc33e00b3a
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


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

d06449ff21512aa69be61581a6ae95dc33e00b3a
 compiler/parser/Lexer.x                            |  6 +--
 compiler/parser/Parser.y                           | 47 ++++++++--------------
 compiler/parser/RdrHsSyn.hs                        | 25 ++++++++----
 compiler/prelude/PrelNames.hs                      |  4 --
 compiler/rename/RnTypes.hs                         |  7 +---
 compiler/rename/RnUnbound.hs                       |  9 ++---
 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 +-
 15 files changed, 69 insertions(+), 79 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 d06449ff21512aa69be61581a6ae95dc33e00b3a


More information about the ghc-commits mailing list