summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T16059c.hs
blob: 6e705113e9a7c320614deea8f733ab16cacb0331 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE Haskell2010 #-}
module T16059c where

import T16059b

f :: Foo -> a -> f
f g x = g x