From: simonmar Date: Mon, 20 Nov 2000 14:26:27 +0000 (+0000) Subject: [project @ 2000-11-20 14:26:27 by simonmar] X-Git-Tag: Approximately_9120_patches~3308 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9a094a5c6dd79e33224aa7eff496d7b9aa180c39;p=ghc-hetmet.git [project @ 2000-11-20 14:26:27 by simonmar] wibble --- diff --git a/ghc/compiler/main/Interpreter.hs b/ghc/compiler/main/Interpreter.hs index 2e0f25b..52efc34 100644 --- a/ghc/compiler/main/Interpreter.hs +++ b/ghc/compiler/main/Interpreter.hs @@ -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"