[commit: ghc] wip/ttg5-data-2017-11-15: WIP on splitting out Data instance generation for hsSyn AST (1202823)

git at git.haskell.org git at git.haskell.org
Wed Nov 15 15:47:36 UTC 2017


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

On branch  : wip/ttg5-data-2017-11-15
Link       : http://ghc.haskell.org/trac/ghc/changeset/12028239b597e17fb3f3734c6b494e127be58e0c/ghc

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

commit 12028239b597e17fb3f3734c6b494e127be58e0c
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Wed Nov 15 17:46:41 2017 +0200

    WIP on splitting out Data instance generation for hsSyn AST


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

12028239b597e17fb3f3734c6b494e127be58e0c
 compiler/ghc.cabal.in          |   2 +
 compiler/hsSyn/HsBinds.hs      |  22 +++----
 compiler/hsSyn/HsDecls.hs      |  58 +++++++++---------
 compiler/hsSyn/HsExpr.hs       |  43 ++++++-------
 compiler/hsSyn/HsExpr.hs-boot  |  14 ++---
 compiler/hsSyn/HsInstances.hs  | 132 ++++++++++++++++++++++++++++++++++++++++
 compiler/hsSyn/HsInstances2.hs | 133 +++++++++++++++++++++++++++++++++++++++++
 compiler/hsSyn/HsLit.hs        |   4 +-
 compiler/hsSyn/HsPat.hs        |   4 +-
 compiler/hsSyn/HsPat.hs-boot   |   3 +-
 compiler/hsSyn/HsSyn.hs        |   5 +-
 compiler/hsSyn/HsTypes.hs      |  20 +++----
 12 files changed, 355 insertions(+), 85 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 12028239b597e17fb3f3734c6b494e127be58e0c


More information about the ghc-commits mailing list