summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T15527.hs
blob: b65c26ca7af80bb651f78240022a2aececa036f5 (plain)
1
2
3
4
module T15527 where

f :: (Int -> Int) -> (Int -> Int) -> (Int -> Int)
f =  (.) @Int