summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T7776.hs
blob: 4dc689e5f82a620af3a1bfd1a204f1dd845435dd (plain)
1
2
3
4
5
6

module T7776 where

f :: Int -> Int -> Int
f x y = let a ~# b = a + b
        in x ~# y