Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/979785c489da00572b801450ead1114d33b7b2a4 >--------------------------------------------------------------- commit 979785c489da00572b801450ead1114d33b7b2a4 Author: David Terei <[email protected]> Date: Tue Apr 24 16:08:44 2012 -0700 Add experimental GHCi monad. Modification of previous commit: e0e99f9948c1eac82cf69dd3cc30cb068e42d45e Allows setting which monad GHCi runs statements in. Unsupported at this stage. compiler/main/GHC.hs | 20 ++++++++++++ compiler/main/HscMain.hs | 6 ++++ compiler/main/HscTypes.lhs | 7 ++++- compiler/prelude/PrelNames.lhs | 18 ++++++++++- compiler/typecheck/TcRnDriver.lhs | 61 ++++++++++++++++++++++++++++++++----- compiler/typecheck/TcRnMonad.lhs | 3 ++ 6 files changed, 105 insertions(+), 10 deletions(-) Diff suppressed because of size. To see it, use: git show 979785c489da00572b801450ead1114d33b7b2a4 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
