summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/T16326_Fail12.hs
blob: 5db0c2eb3af3b0465ecb5fc017519d3c691d3185 (plain)
1
2
3
4
5
6
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE QuantifiedConstraints #-}
{-# LANGUAGE RankNTypes #-}
module T16326_Fail12 where

class (forall a -> Show a) => C a