1 2 3 4 5 6 7
{-# LANGUAGE TypeFamilies, PolyKinds #-} module T7939a where type family F a where F Int = Bool F Maybe = Char