summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T20189.hs
blob: 9c7e7ceae818d3a7ca1401fc86061c585013b9fa (plain)
1
2
3
4
5
6
7
{-# LANGUAGE ImpredicativeTypes #-}
{-# LANGUAGE TypeFamilies #-}
module T20189 where

y :: (t ~ (forall x . Show x => x -> IO ())) => t
y = _