X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Frename%2Fbevan-bug-1%2FOberon_Real.hi;fp=ghc%2Fcompiler%2Ftests%2Frename%2Fbevan-bug-1%2FOberon_Real.hi;h=35f3544b08431b1eb831f145b48823f4b80c6532;hb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;hp=0000000000000000000000000000000000000000;hpb=e48474bff05e6cfb506660420f025f694c870d38;p=ghc-hetmet.git 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 index 0000000..35f3544 --- /dev/null +++ b/ghc/compiler/tests/rename/bevan-bug-1/Oberon_Real.hi @@ -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 #-} +