[project @ 2000-11-20 14:26:27 by simonmar]
authorsimonmar <unknown>
Mon, 20 Nov 2000 14:26:27 +0000 (14:26 +0000)
committersimonmar <unknown>
Mon, 20 Nov 2000 14:26:27 +0000 (14:26 +0000)
wibble

ghc/compiler/main/Interpreter.hs

index 2e0f25b..52efc34 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- $Id: Interpreter.hs,v 1.5 2000/11/17 16:53:27 simonmar Exp $
+-- $Id: Interpreter.hs,v 1.6 2000/11/20 14:26:27 simonmar Exp $
 --
 -- Interpreter subsystem wrapper
 --
@@ -50,7 +50,7 @@ emptyItblEnv = ()
 
 type HValue        = ()
 data UnlinkedIBind = UnlinkedIBind
-data UnlinkedIBind = UnlinkedIExpr
+data UnlinkedIExpr = UnlinkedIExpr
 
 instance Outputable UnlinkedIBind where
   ppr x = text "Can't output UnlinkedIBind"