From: sof Date: Thu, 5 Jun 1997 20:03:02 +0000 (+0000) Subject: [project @ 1997-06-05 20:03:02 by sof] X-Git-Tag: Approximately_1000_patches_recorded~412 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4a6d5bcf78045100856df65c6a19c3d9b720cddf;p=ghc-hetmet.git [project @ 1997-06-05 20:03:02 by sof] wibble --- diff --git a/ghc/compiler/stgSyn/StgSyn.lhs b/ghc/compiler/stgSyn/StgSyn.lhs index 59db2d8..04003f9 100644 --- a/ghc/compiler/stgSyn/StgSyn.lhs +++ b/ghc/compiler/stgSyn/StgSyn.lhs @@ -71,7 +71,7 @@ with respect to binder and occurrence information (just as in data GenStgBinding bndr occ = StgNonRec bndr (GenStgRhs bndr occ) | StgRec [(bndr, GenStgRhs bndr occ)] - | StgCoerceBinding bndr occ + | StgCoerceBinding bndr occ -- UNUSED? \end{code} %************************************************************************