summaryrefslogtreecommitdiff
path: root/testdata/ambig.lc
blob: b4406b4971e524002247e86954eb90cf5b2f267d (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE NoImplicitPrelude #-}

data Tuple2 a b = Tuple2 a b

h f y z = x
  where
    -- x :: 
    x = (\(a, b) -> f a b) y