Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : tc-untouchables

http://hackage.haskell.org/trac/ghc/changeset/82ace67b9ad5e269ed078362a05510cd46d39ead

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

commit 82ace67b9ad5e269ed078362a05510cd46d39ead
Author: Simon Peyton Jones <[email protected]>
Date:   Mon Sep 3 18:34:08 2012 +0100

    Comments only

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

 compiler/typecheck/TcSplice.lhs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compiler/typecheck/TcSplice.lhs b/compiler/typecheck/TcSplice.lhs
index 334c3a5..18fa3cb 100644
--- a/compiler/typecheck/TcSplice.lhs
+++ b/compiler/typecheck/TcSplice.lhs
@@ -348,7 +348,7 @@ tcBracket brack res_ty
           -- We will type check this bracket again at its usage site.
           --
           -- We build a single implication constraint with a BracketSkol;
-          -- that in turn tells simplifyCheck to report only definite
+          -- that in turn tells simplifyTop to report only definite
           -- errors
        ; (_,lie) <- captureConstraints $
                     newImplication BracketSkol [] [] $



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to