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