[project @ 1997-06-05 20:03:02 by sof]
authorsof <unknown>
Thu, 5 Jun 1997 20:03:02 +0000 (20:03 +0000)
committersof <unknown>
Thu, 5 Jun 1997 20:03:02 +0000 (20:03 +0000)
wibble

ghc/compiler/stgSyn/StgSyn.lhs

index 59db2d8..04003f9 100644 (file)
@@ -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}
 
 %************************************************************************