Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : type-holes-branch
http://hackage.haskell.org/trac/ghc/changeset/bdb45c59e30184a1f552aeda6a8c2631820b675f >--------------------------------------------------------------- commit bdb45c59e30184a1f552aeda6a8c2631820b675f Author: Thijs Alkemade <[email protected]> Date: Thu Jan 5 11:32:43 2012 +0100 Added holes in a lot of places in the compiler. This is necessary for ghci to be able to load files with a hole (as it immediately compiles). Also means I had to add Hole to the Core language. compiler/coreSyn/CoreFVs.lhs | 2 ++ compiler/coreSyn/CorePrep.lhs | 1 + compiler/coreSyn/CoreSubst.lhs | 2 ++ compiler/coreSyn/CoreSyn.lhs | 6 +++++- compiler/coreSyn/CoreTidy.lhs | 1 + compiler/coreSyn/CoreUnfold.lhs | 1 + compiler/coreSyn/CoreUtils.lhs | 1 + compiler/coreSyn/PprCore.lhs | 2 ++ compiler/deSugar/Coverage.lhs | 1 + compiler/deSugar/DsExpr.lhs | 3 +++ compiler/ghci/ByteCodeGen.lhs | 4 ++++ compiler/simplCore/OccurAnal.lhs | 2 ++ compiler/simplCore/Simplify.lhs | 1 + 13 files changed, 26 insertions(+), 1 deletions(-) Diff suppressed because of size. To see it, use: git show bdb45c59e30184a1f552aeda6a8c2631820b675f _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
