1 2 3 4 5 6 7 8
{-# LANGUAGE TypeData #-} module B where type data T a b where MkT :: T a a f :: T a b -> T a b f x = x