Safe Haskell | None |
---|---|
Language | GHC2021 |
Documentation
Instances
newtype ViaConNames a #
Instances
(Enum a, Bounded a, Show a, Typeable a) => Route (ViaConNames a) # | |
Defined in Napkin.Cli.Web.Types defRoute :: ViaConNames a # routePath :: ViaConNames a -> [Segment] # matchRoute :: [Segment] -> Maybe (ViaConNames a) # |
Instances
Generic AppRoute # | |||||
Defined in Napkin.Cli.Web.Types
| |||||
Eq AppRoute # | |||||
Route AppRoute # | |||||
type Rep AppRoute # | |||||
Defined in Napkin.Cli.Web.Types type Rep AppRoute = D1 ('MetaData "AppRoute" "Napkin.Cli.Web.Types" "napkin-1.0.0-5YkWAC9Wc776PT0LDghaFb" 'False) (C1 ('MetaCons "Graph" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 GraphType)) :+: (C1 ('MetaCons "TaskDetails" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 GraphType) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TaskId)) :+: C1 ('MetaCons "RunInfo" 'PrefixI 'False) (U1 :: Type -> Type))) |