Data.NT
newtype (m :: k -> Type) ~> (n :: k -> Type) Source #
Constructors
Fields
runNT :: forall {k} m n (a :: k). (m ~> n) -> m a -> n a Source #