[project @ 1996-06-27 16:55:06 by partain]
[ghc-hetmet.git] / ghc / lib / prelude / ITup3_mg.hi
diff --git a/ghc/lib/prelude/ITup3_mg.hi b/ghc/lib/prelude/ITup3_mg.hi
deleted file mode 100644 (file)
index 2a3e9f8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
-interface PreludeBuiltin where
-import PreludeCore(Eq(..), Ix(..), Ord(..), Text(..))
-instance (Eq a, Eq b, Eq c) => Eq (a, b, c)
-       {-# GHC_PRAGMA _M_ PreludeBuiltin {-dfun-} _A_ 3 _U_ 111 _N_ _N_ _N_ _N_ #-}
-instance (Ix a, Ix b, Ix c) => Ix (a, b, c)
-       {-# GHC_PRAGMA _M_ PreludeBuiltin {-dfun-} _A_ 4 _U_ 2222 _N_ _N_ _N_ _N_ #-}
-instance (Ord a, Ord b, Ord c) => Ord (a, b, c)
-       {-# GHC_PRAGMA _M_ PreludeBuiltin {-dfun-} _A_ 4 _U_ 1112 _N_ _N_ _N_ _N_ #-}
-instance (Text a, Text b, Text c) => Text (a, b, c)
-       {-# GHC_PRAGMA _M_ PreludeBuiltin {-dfun-} _A_ 3 _U_ 222 _N_ _N_ _N_ _N_ #-}
-