Bug1050
newtype T (a :: forall k. k -> Type) (b :: k) where #
Constructors
mkT :: forall {k} {f :: forall k1. k1 -> Type} {a :: k}. f a -> T f a #