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

class C a
data Blah a
instance forall a -> C (Blah a)