[commit: ghc] wip/exp-pat-frame: Introduce ExpPatFrame (b71734e)

git at git.haskell.org git at git.haskell.org
Wed Feb 13 08:49:56 UTC 2019


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

On branch  : wip/exp-pat-frame
Link       : http://ghc.haskell.org/trac/ghc/changeset/b71734ef7a8de2596fddc1efb785e7a42864dfc1/ghc

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

commit b71734ef7a8de2596fddc1efb785e7a42864dfc1
Author: Vladislav Zavialov <vlad.z.4096 at gmail.com>
Date:   Tue Feb 12 13:22:35 2019 +0300

    Introduce ExpPatFrame


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

b71734ef7a8de2596fddc1efb785e7a42864dfc1
 compiler/ghc.cabal.in          |   1 +
 compiler/hsSyn/HsUtils.hs      |   5 +-
 compiler/parser/ExpPatFrame.hs | 340 +++++++++++++++++++++++++++++++++++++++++
 compiler/parser/Parser.y       | 311 ++++++++++++++++++-------------------
 compiler/parser/RdrHsSyn.hs    | 307 +++++++++++++++++++------------------
 5 files changed, 646 insertions(+), 318 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 b71734ef7a8de2596fddc1efb785e7a42864dfc1


More information about the ghc-commits mailing list