[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / rename / bevan-bug-1 / Oberon_String.hi
diff --git a/ghc/compiler/tests/rename/bevan-bug-1/Oberon_String.hi b/ghc/compiler/tests/rename/bevan-bug-1/Oberon_String.hi
new file mode 100644 (file)
index 0000000..fd1b17a
--- /dev/null
@@ -0,0 +1,13 @@
+interface Oberon_String where
+from_string :: [Char] -> Oberon_String
+       {-# ARITY from_string = 1 #-}
+data Oberon_String 
+instance Eq Oberon_String
+       {-# ARITY (==) = 2 #-}
+       {-# ARITY (/=) = 0 #-}
+instance Text Oberon_String
+       {-# ARITY readsPrec = 0 #-}
+       {-# ARITY showsPrec = 2 #-}
+       {-# ARITY readList = 0 #-}
+       {-# ARITY showList = 0 #-}
+