Module

Chameleon.Transformers.OutMsg.Trans

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

#OutMsgT Source

newtype OutMsgT :: Type -> (Type -> Type) -> Type -> Typenewtype OutMsgT out html msg

Constructors

Instances

#runOutMsgT Source

runOutMsgT :: forall out html msg. Html html => OutMsgT out html msg -> html msg

#unOutMsgT Source

unOutMsgT :: forall out html msg. OutMsgT out html msg -> html (These msg out)

#mapMaybeMsg Source

mapMaybeMsg :: forall a b. (Maybe a -> Maybe b) -> Prop a -> Prop b