[project @ 1997-07-31 02:22:44 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / rename / bevan-bug-1 / Oberon_Id.hi
diff --git a/ghc/compiler/tests/rename/bevan-bug-1/Oberon_Id.hi b/ghc/compiler/tests/rename/bevan-bug-1/Oberon_Id.hi
deleted file mode 100644 (file)
index 18341f3..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-interface Oberon_Id where
-from_string :: [Char] -> Oberon_Id
-       {-# ARITY from_string = 1 #-}
-to_string :: Oberon_Id -> [Char]
-       {-# ARITY to_string = 1 #-}
-data Oberon_Id 
-instance Eq Oberon_Id
-       {-# ARITY (==) = 2 #-}
-       {-# ARITY (/=) = 0 #-}
-instance Text Oberon_Id
-       {-# ARITY readsPrec = 0 #-}
-       {-# ARITY showsPrec = 2 #-}
-       {-# ARITY readList = 0 #-}
-       {-# ARITY showList = 0 #-}
-