summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T6091.hs
blob: b70cec48f8fea2a086914dbacc50031a2ec45703 (plain)
1
2
3
4
5
module T6091 where

infixr 4 `foo`
foo :: Int -> Int -> Int
foo x y = x * y