summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/T18862a.hs
blob: 532cd83e8382f4a3decec5ee8c155df78517d6c6 (plain)
1
2
3
4
5
6
{-# LANGUAGE NoTypeOperators #-}

module T18862a where

f :: (a ~ b) => a -> b
f = id