summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T11255.hs
blob: 01261325b30fb2538acc0cf3d678a683962de086 (plain)
1
2
3
4
5
6
{-# LANGUAGE TypeFamilies, PolyKinds, DataKinds, UndecidableInstances #-}

module T11255 where

type family Default :: k
type instance Default = '(Default, Default)