From: simonpj Date: Thu, 3 May 2001 09:01:29 +0000 (+0000) Subject: [project @ 2001-05-03 09:01:29 by simonpj] X-Git-Tag: Approximately_9120_patches~2019 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=da47a29433290180fd15e39a13ab3bdfacaeea1b;p=ghc-hetmet.git [project @ 2001-05-03 09:01:29 by simonpj] Wibble --- 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