Module

Axon.Request.Handler

Package
purescript-axon
Repository
cakekindel/purescript-axon

#Handler Source

newtype Handler :: (Type -> Type) -> Type -> Typenewtype Handler m a

Constructors

Instances

#or Source

or :: forall m a b r. RequestHandler a m r => RequestHandler b m r => a -> b -> Handler m r

#RequestHandler Source

class RequestHandler :: Type -> (Type -> Type) -> Type -> Constraintclass (MonadAff m) <= RequestHandler a m b | a -> b m where

Members

Instances