summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T15743b.hs
blob: 2bd5b6b6491b57487238641151bf71afec244ec0 (plain)
1
2
3
4
5
6
{-# LANGUAGE PolyKinds, TypeFamilies #-}

module T15743b where

class C (a :: k) where
  type F a (b :: k2)