X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Frename%2Fbevan-bug-1%2FLexer_Combinators.hi;fp=ghc%2Fcompiler%2Ftests%2Frename%2Fbevan-bug-1%2FLexer_Combinators.hi;h=0000000000000000000000000000000000000000;hb=fd5ab9dcc7a0194d371ba41a780c3d73b0abc80f;hp=a554bbc60510f57a78ae6eaa3621f802dadac032;hpb=5bb05c2781a5b8b0803af9cbbfe1aee028eb593c;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/rename/bevan-bug-1/Lexer_Combinators.hi b/ghc/compiler/tests/rename/bevan-bug-1/Lexer_Combinators.hi deleted file mode 100644 index a554bbc..0000000 --- a/ghc/compiler/tests/rename/bevan-bug-1/Lexer_Combinators.hi +++ /dev/null @@ -1,11 +0,0 @@ -interface Lexer_Combinators where -import Lexer_State(Lexer_State) -and_also :: (Lexer_State -> (b, Lexer_State)) -> (Lexer_State -> (a, Lexer_State)) -> Lexer_State -> (b, Lexer_State) - {-# ARITY and_also = 3 #-} -and_then :: (Lexer_State -> (a, Lexer_State)) -> (Lexer_State -> (b, Lexer_State)) -> Lexer_State -> (b, Lexer_State) - {-# ARITY and_then = 3 #-} -and_with :: (Lexer_State -> (a, Lexer_State)) -> (a -> Lexer_State -> (b, Lexer_State)) -> Lexer_State -> (b, Lexer_State) - {-# ARITY and_with = 3 #-} -return :: a -> Lexer_State -> (a, Lexer_State) - {-# ARITY return = 2 #-} -