summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T9199.hs
blob: aa41198b5752a7ad4a88f571e410e4ae277ddae9 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TemplateHaskell, PolyKinds, TypeFamilies #-}

module T9160 where

$( [d| class C (a :: k) where
          type F (a :: k) :: *
    |]
 )