[commit: ghc] master: Refactoring around FunRhs (2535a67)

git at git.haskell.org git at git.haskell.org
Mon Jul 31 12:37:21 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2535a6716202253df74d8190b028f85cc6d21b72/ghc

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

commit 2535a6716202253df74d8190b028f85cc6d21b72
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Jul 31 10:48:00 2017 +0100

    Refactoring around FunRhs
    
    * Clarify the comments around the mc_strictness field of FunRhs
    * Use record field names consistently for FunRhs


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

2535a6716202253df74d8190b028f85cc6d21b72
 compiler/deSugar/Check.hs       |  6 +++---
 compiler/hsSyn/HsBinds.hs       | 24 ++++++++++++++----------
 compiler/hsSyn/HsExpr.hs        |  9 ++++-----
 compiler/hsSyn/HsUtils.hs       |  4 +++-
 compiler/parser/RdrHsSyn.hs     | 20 ++++++++++++++------
 compiler/rename/RnBinds.hs      |  9 ++++-----
 compiler/typecheck/TcMatches.hs |  5 +++--
 7 files changed, 45 insertions(+), 32 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 2535a6716202253df74d8190b028f85cc6d21b72


More information about the ghc-commits mailing list