From: sof Date: Mon, 26 May 1997 04:45:22 +0000 (+0000) Subject: [project @ 1997-05-26 04:45:22 by sof] X-Git-Tag: Approximately_1000_patches_recorded~490 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4002495be56f66175b4a0b50ea017ebbfb01f5ff;p=ghc-hetmet.git [project @ 1997-05-26 04:45:22 by sof] Updated to use new addIdDeforesInfo interface --- diff --git a/ghc/compiler/deforest/TreelessForm.lhs b/ghc/compiler/deforest/TreelessForm.lhs index bb01baa..87359e6 100644 --- a/ghc/compiler/deforest/TreelessForm.lhs +++ b/ghc/compiler/deforest/TreelessForm.lhs @@ -136,7 +136,7 @@ dictionary deconstruction. > (vs,es) = unzip bs > vs' = map mkDeforestable vs > s = zip vs (map (Var . DefArgVar) vs') -> mkDeforestable v = replaceIdInfo v (addDeforestInfo (getIdInfo v) DoDeforest) +> mkDeforestable v = addIdDeforestInfo v DoDeforest > convAtom :: DefAtom -> UniqSM DefAtom >