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

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