summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T12177.hs
blob: 4845e7f4b8240067d5df98be796e1d0f0d2bf858 (plain)
1
2
3
4
5
module Foo where

bar = \x -> \x -> _

baz = \x -> \y -> \z -> \x -> \z -> _