X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Frename%2Fbevan-bug-1%2FOberon_Integer.hi;fp=ghc%2Fcompiler%2Ftests%2Frename%2Fbevan-bug-1%2FOberon_Integer.hi;h=0000000000000000000000000000000000000000;hb=fd5ab9dcc7a0194d371ba41a780c3d73b0abc80f;hp=ef0f1ec34a90cbc8f581841cf5e2194ae874fb47;hpb=5bb05c2781a5b8b0803af9cbbfe1aee028eb593c;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/rename/bevan-bug-1/Oberon_Integer.hi b/ghc/compiler/tests/rename/bevan-bug-1/Oberon_Integer.hi deleted file mode 100644 index ef0f1ec..0000000 --- a/ghc/compiler/tests/rename/bevan-bug-1/Oberon_Integer.hi +++ /dev/null @@ -1,21 +0,0 @@ -interface Oberon_Integer where -from_decimal_string :: [Char] -> Oberon_Integer - {-# ARITY from_decimal_string = 1 #-} -from_hex_string :: [Char] -> Oberon_Integer - {-# ARITY from_hex_string = 1 #-} -from_int :: Integer -> Oberon_Integer - {-# ARITY from_int = 1 #-} -isHexDigit :: Char -> Bool - {-# ARITY isHexDigit = 1 #-} -is_short_int :: Oberon_Integer -> Bool - {-# ARITY is_short_int = 1 #-} -data Oberon_Integer -instance Eq Oberon_Integer - {-# ARITY (==) = 2 #-} - {-# ARITY (/=) = 0 #-} -instance Text Oberon_Integer - {-# ARITY readsPrec = 0 #-} - {-# ARITY showsPrec = 2 #-} - {-# ARITY readList = 0 #-} - {-# ARITY showList = 0 #-} -