Module

Chameleon.Transformers.Ctx.Trans

Package
purescript-chameleon-transformers
Repository
thought2/purescript-chameleon-transformers

#CtxT Source

newtype CtxT :: forall k. Type -> (k -> Type) -> k -> Typenewtype CtxT ctx html a

Constructors

  • CtxT (ctx -> html a)

Instances

#runCtxT Source

runCtxT :: forall ctx html a. CtxT ctx html a -> ctx -> html a