[project @ 1996-03-19 08:58:34 by partain]
[ghc-hetmet.git] / ghc / compiler / envs / LIE.hi
diff --git a/ghc/compiler/envs/LIE.hi b/ghc/compiler/envs/LIE.hi
deleted file mode 100644 (file)
index 30118af..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
-interface LIE where
-import Inst(Inst)
-data Inst 
-data LIE 
-mkLIE :: [Inst] -> LIE
-nullLIE :: LIE
-plusLIE :: LIE -> LIE -> LIE
-unMkLIE :: LIE -> [Inst]
-unitLIE :: Inst -> LIE
-