[commit: ghc] wip/type-app: Imported ids without signatures are still inferred. (0dbc250)

git at git.haskell.org git at git.haskell.org
Fri Aug 7 12:05:16 UTC 2015


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

On branch  : wip/type-app
Link       : http://ghc.haskell.org/trac/ghc/changeset/0dbc250d06dd349607ec905f61b5f9401246a00a/ghc

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

commit 0dbc250d06dd349607ec905f61b5f9401246a00a
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Thu Jul 9 20:08:47 2015 -0400

    Imported ids without signatures are still inferred.


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

0dbc250d06dd349607ec905f61b5f9401246a00a
 compiler/basicTypes/Id.hs                    | 37 ++++++++++----------
 compiler/basicTypes/IdInfo.hs                | 51 +++++++++++++++++++++-------
 compiler/basicTypes/Name.hs                  |  7 +++-
 compiler/basicTypes/Var.hs                   | 12 +++++--
 compiler/coreSyn/CoreTidy.hs                 |  4 +--
 compiler/coreSyn/CoreUtils.hs                |  2 +-
 compiler/coreSyn/MkCore.hs                   |  2 +-
 compiler/deSugar/DsBinds.hs                  |  6 ++--
 compiler/deSugar/DsExpr.hs                   |  2 +-
 compiler/deSugar/DsMeta.hs                   |  4 +--
 compiler/ghci/ByteCodeGen.hs                 |  2 +-
 compiler/iface/IfaceSyn.hs                   | 32 ++++++++++-------
 compiler/iface/IfaceType.hs                  | 12 ++++---
 compiler/iface/MkIface.hs                    |  8 +++--
 compiler/iface/TcIface.hs                    | 27 ++++++++-------
 compiler/simplCore/OccurAnal.hs              |  2 +-
 compiler/simplCore/SetLevels.hs              |  2 +-
 compiler/simplCore/SimplUtils.hs             |  2 +-
 compiler/simplCore/Simplify.hs               |  2 +-
 compiler/specialise/SpecConstr.hs            |  2 +-
 compiler/specialise/Specialise.hs            | 15 ++++----
 compiler/typecheck/TcArrows.hs               |  4 +--
 compiler/typecheck/TcBinds.hs                |  8 ++---
 compiler/typecheck/TcEnv.hs                  |  2 +-
 compiler/typecheck/TcExpr.hs                 |  4 +--
 compiler/typecheck/TcForeign.hs              |  2 +-
 compiler/typecheck/TcHsSyn.hs                |  9 ++---
 compiler/typecheck/TcInstDcls.hs             |  6 ++--
 compiler/typecheck/TcMType.hs                |  6 ++--
 compiler/typecheck/TcMatches.hs              |  6 ++--
 compiler/typecheck/TcPat.hs                  |  8 +++--
 compiler/typecheck/TcPatSyn.hs               |  4 +--
 compiler/typecheck/TcRnDriver.hs             |  4 +--
 compiler/typecheck/TcRnMonad.hs              |  2 +-
 compiler/typecheck/TcRules.hs                |  5 ++-
 compiler/typecheck/TcTyClsDecls.hs           |  4 +--
 compiler/typecheck/TcType.hs                 | 16 +++++++++
 compiler/vectorise/Vectorise/Monad/Naming.hs |  6 ++--
 38 files changed, 199 insertions(+), 130 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 0dbc250d06dd349607ec905f61b5f9401246a00a


More information about the ghc-commits mailing list