1 2 3 4 5 6
{-# LANGUAGE TypeFamilies, PolyKinds, DataKinds, UndecidableInstances #-} module T11255 where type family Default :: k type instance Default = '(Default, Default)