Napkin.Cli.Web.Types
Contents
data AppRoute #
Constructors
Defined in Napkin.Cli.Web.Types
Associated Types
Methods
from :: AppRoute -> Rep AppRoute x #
to :: Rep AppRoute x -> AppRoute #
(==) :: AppRoute -> AppRoute -> Bool #
(/=) :: AppRoute -> AppRoute -> Bool #
defRoute :: AppRoute #
routePath :: AppRoute -> [Segment] #
matchRoute :: [Segment] -> Maybe AppRoute #
type TasksInfo b = TasksDAG Exec b #
newtype Args #
defRoute :: TaskId #
routePath :: TaskId -> [Segment] #
matchRoute :: [Segment] -> Maybe TaskId #