[project @ 1996-06-27 16:55:06 by partain]
[ghc-hetmet.git] / ghc / lib / prelude / TyComplex.hs
diff --git a/ghc/lib/prelude/TyComplex.hs b/ghc/lib/prelude/TyComplex.hs
deleted file mode 100644 (file)
index 252404b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-module PreludeComplex ( Complex(..) ) where
-
--- infix  6  :+
-
-data {- (RealFloat a) => -} Complex a = a :+ a  deriving () -- (Eq,{-ToDo:Binary,-}Text)
-
---  (NB: compiler's builtin idea of "data Complex ..." must also
---     omit the context!)
-
-{-# SPECIALIZE data Complex Double# #-}