Module
Web.Router.Internal.Control   
- Package
 - purescript-web-router
 - Repository
 - robertdp/purescript-web-router
 
#RouterCommand Source
#RouterIndex Source
data RouterIndex#Routing Source
data Routing :: RouterIndexdata Routing
#Resolved Source
data Resolved :: RouterIndexdata Resolved
#RouterM Source
newtype RouterM :: Type -> Type -> RouterIndex -> RouterIndex -> Type -> Typenewtype RouterM i o x y a
Constructors
RouterM (FreeT (RouterCommand i o) Aff a)
Instances
IxFunctor (RouterM i o)IxApply (RouterM i o)IxApplicative (RouterM i o)IxBind (RouterM i o)IxMonad (RouterM i o)(TypeEquals Routing x) => Functor (RouterM i o x x)(TypeEquals Routing x) => Apply (RouterM i o x x)(TypeEquals Routing x) => Applicative (RouterM i o x x)(TypeEquals Routing x) => Bind (RouterM i o x x)(TypeEquals Routing x) => Monad (RouterM i o x x)(TypeEquals Routing x) => MonadEffect (RouterM i o x x)(TypeEquals Routing x) => MonadAff (RouterM i o x x)