From 9a094a5c6dd79e33224aa7eff496d7b9aa180c39 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 20 Nov 2000 14:26:27 +0000 Subject: [PATCH] [project @ 2000-11-20 14:26:27 by simonmar] wibble --- ghc/compiler/main/Interpreter.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4