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

module T9160 where

import Data.Kind (Type)

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