summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T9264.hs
blob: df75599e561616f93e324daf526258b615cb2876 (plain)
1
2
3
4
5
6
{-# LANGUAGE PolyKinds, TypeFamilies, ScopedTypeVariables #-}
module T9264 where

class C (a :: k) where
   type F (a :: k)
   type F (a :: k) = Int