Module

Web.Router.Internal.Control

Package
purescript-web-router
Repository
robertdp/purescript-web-router

#RouterCommand Source

data RouterCommand i o a

Constructors

Instances

#RouterIndex Source

#Routing Source

#Resolved Source

#RouterM Source

newtype RouterM :: Type -> Type -> RouterIndex -> RouterIndex -> Type -> Typenewtype RouterM i o x y a

Constructors

Instances

#runRouter Source

runRouter :: forall i o. (forall a. RouterCommand i o a -> Aff Unit) -> RouterM i o Routing Resolved Unit -> Aff Unit

#continue Source

continue :: forall i o. RouterM i o Routing Resolved Unit

#override Source

override :: forall i o. i -> RouterM i o Routing Resolved Unit

#redirect Source

redirect :: forall i o. o -> RouterM i o Routing Resolved Unit