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=0000000000000000000000000000000000000000;hb=fd5ab9dcc7a0194d371ba41a780c3d73b0abc80f;hp=35f3544b08431b1eb831f145b48823f4b80c6532;hpb=5bb05c2781a5b8b0803af9cbbfe1aee028eb593c;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 deleted file mode 100644 index 35f3544..0000000 --- a/ghc/compiler/tests/rename/bevan-bug-1/Oberon_Real.hi +++ /dev/null @@ -1,13 +0,0 @@ -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 #-} -