haskell-halogen-core
Safe HaskellNone
LanguageGHC2021

Data.NT

Documentation

newtype (m :: k -> Type) ~> (n :: k -> Type) Source #

Constructors

NT 

Fields

  • runNT :: forall (a :: k). m a -> n a
     

runNT :: forall {k} m n (a :: k). (m ~> n) -> m a -> n a Source #