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