Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : tc-untouchables
http://hackage.haskell.org/trac/ghc/changeset/39f0bd05fd1a738daddd2f3e2457d527085e4987 >--------------------------------------------------------------- commit 39f0bd05fd1a738daddd2f3e2457d527085e4987 Author: Simon Peyton Jones <[email protected]> Date: Fri Sep 28 15:25:23 2012 +0100 Comments only >--------------------------------------------------------------- compiler/typecheck/TcSimplify.lhs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/typecheck/TcSimplify.lhs b/compiler/typecheck/TcSimplify.lhs index 07c253f..c0ff59d 100644 --- a/compiler/typecheck/TcSimplify.lhs +++ b/compiler/typecheck/TcSimplify.lhs @@ -704,7 +704,7 @@ solve_wanteds wanted@(WC { wc_flat = flats, wc_impl = implics, wc_insol = insols = do { traceTcS "solveWanteds {" (ppr wanted) -- Try the flat bit, including insolubles. Solving insolubles a - -- second time round is a bit of a waste but the code is simple + -- second time round is a bit of a waste; but the code is simple -- and the program is wrong anyway, and we don't run the danger -- of adding Derived insolubles twice; see -- TcSMonad Note [Do not add duplicate derived insolubles] _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
