From: simonpj Date: Thu, 26 Sep 2002 08:44:14 +0000 (+0000) Subject: [project @ 2002-09-26 08:44:14 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1628 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6cfc5a0380bfd2484b35e39ae0afafcbd923755f;p=ghc-hetmet.git [project @ 2002-09-26 08:44:14 by simonpj] Comments --- diff --git a/ghc/compiler/rename/RnBinds.lhs b/ghc/compiler/rename/RnBinds.lhs index 070abda..cb387d1 100644 --- a/ghc/compiler/rename/RnBinds.lhs +++ b/ghc/compiler/rename/RnBinds.lhs @@ -154,7 +154,10 @@ contains bindings for the binders of this particular binding. \begin{code} rnTopMonoBinds mbinds sigs = mappM lookupBndrRn binder_rdr_names `thenM` \ binder_names -> + -- No need to extend the environment; that has been done already + bindPatSigTyVars (collectSigTysFromMonoBinds mbinds) $ + -- Hmm; by analogy with Ids, this doesn't look right let bndr_name_set = mkNameSet binder_names in