summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T9838a.hs
blob: c5c888f2bf1cee9a06b79acaf8091aac457622cc (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE TypeFamilies, ConstraintKinds #-}

module T9838a where

type EqShow a = (Eq a, Show a)

type family F a
type instance F Int = Bool