From 37a28207a5e30fb4737f77cd8d458f2b9090275f Mon Sep 17 00:00:00 2001 From: Paolo Capriotti Date: Mon, 14 May 2012 13:40:13 +0100 Subject: Add test for #6091. --- testsuite/tests/ghci/scripts/T6091.hs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testsuite/tests/ghci/scripts/T6091.hs (limited to 'testsuite/tests/ghci/scripts/T6091.hs') diff --git a/testsuite/tests/ghci/scripts/T6091.hs b/testsuite/tests/ghci/scripts/T6091.hs new file mode 100644 index 0000000000..b70cec48f8 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T6091.hs @@ -0,0 +1,5 @@ +module T6091 where + +infixr 4 `foo` +foo :: Int -> Int -> Int +foo x y = x * y -- cgit v1.2.1