From da47a29433290180fd15e39a13ab3bdfacaeea1b Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 3 May 2001 09:01:29 +0000 Subject: [PATCH] [project @ 2001-05-03 09:01:29 by simonpj] Wibble --- ghc/compiler/typecheck/TcBinds.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/compiler/typecheck/TcBinds.lhs b/ghc/compiler/typecheck/TcBinds.lhs index a50bc50..1192ef3 100644 --- a/ghc/compiler/typecheck/TcBinds.lhs +++ b/ghc/compiler/typecheck/TcBinds.lhs @@ -416,8 +416,7 @@ generalise_help doc tau_tvs lie_req sigs ----------------------- | null sigs = -- INFERENCE CASE: Unrestricted group, no type signatures - tcSimplifyInfer doc - tau_tvs lie_req + tcSimplifyInfer doc tau_tvs lie_req ----------------------- | otherwise -- 1.7.10.4