[project @ 1997-07-31 02:22:44 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / reader / OneA.hi
diff --git a/ghc/compiler/tests/reader/OneA.hi b/ghc/compiler/tests/reader/OneA.hi
deleted file mode 100644 (file)
index 42ed194..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-interface OneA where
-
-import OneB ( fB ) renaming ( fB to fBa )
-
-type SynA = Float
-
-data DataAA
-data (Ord a) => DataAB a = ConAB1 a | ConAB2 deriving Text
-
-class (Ord a) => ClassA a where
-    clsA :: a -> String
-
-instance ClassA Int
-
-fA :: a -> a