From: lewie Date: Tue, 16 Jul 2002 22:26:49 +0000 (+0000) Subject: [project @ 2002-07-16 22:26:49 by lewie] X-Git-Tag: Approx_11550_changesets_converted~1843 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5d7120f99f3bd1b6abc5b5bc7d33fad32943a753;p=ghc-hetmet.git [project @ 2002-07-16 22:26:49 by lewie] Fix typo in explanation of "What AbsBinds means" just to prove that I'm not deadweight on the GHC committers list ;-) --- diff --git a/ghc/compiler/hsSyn/HsBinds.lhs b/ghc/compiler/hsSyn/HsBinds.lhs index bb2c8b2..a57fbbe 100644 --- a/ghc/compiler/hsSyn/HsBinds.lhs +++ b/ghc/compiler/hsSyn/HsBinds.lhs @@ -164,8 +164,8 @@ So the desugarer tries to do a better job: (fm,gm) -> fm ..ditto for gp.. - p = /\ [a,b] -> \ [d1,d2] -> letrec DBINDS and BIND - in (fm,gm) + tp = /\ [a,b] -> \ [d1,d2] -> letrec DBINDS and BIND + in (fm,gm) \begin{code} -- We keep the invariant that a MonoBinds is only empty