From 580b4fe61a48c95699e57c73e5502b88b6d315d5 Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 14 Feb 2003 14:19:29 +0000 Subject: [PATCH] [project @ 2003-02-14 14:19:29 by simonpj] Comments --- ghc/compiler/typecheck/TcSimplify.lhs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/compiler/typecheck/TcSimplify.lhs b/ghc/compiler/typecheck/TcSimplify.lhs index 90fcb9c..6c845aa 100644 --- a/ghc/compiler/typecheck/TcSimplify.lhs +++ b/ghc/compiler/typecheck/TcSimplify.lhs @@ -1608,6 +1608,8 @@ It's OK: the final zonking stage should zap y to (), which is fine. \begin{code} tcSimplifyTop :: [Inst] -> TcM TcDictBinds +-- The TcLclEnv should be valid here, solely to improve +-- error message generation for the monomorphism restriction tcSimplifyTop wanteds = getLclEnv `thenM` \ lcl_env -> traceTc (text "tcSimplifyTop" <+> ppr (lclEnvElts lcl_env)) `thenM_` -- 1.7.10.4