Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
Eq AuthURL Source # | |
Data AuthURL Source # | |
Defined in Clckwrks.Authenticate.URL gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AuthURL -> c AuthURL # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AuthURL # toConstr :: AuthURL -> Constr # dataTypeOf :: AuthURL -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AuthURL) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AuthURL) # gmapT :: (forall b. Data b => b -> b) -> AuthURL -> AuthURL # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AuthURL -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AuthURL -> r # gmapQ :: (forall d. Data d => d -> u) -> AuthURL -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> AuthURL -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> AuthURL -> m AuthURL # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AuthURL -> m AuthURL # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AuthURL -> m AuthURL # | |
Ord AuthURL Source # | |
Read AuthURL Source # | |
Show AuthURL Source # | |
Generic AuthURL Source # | |
PathInfo AuthURL Source # | |
Defined in Clckwrks.Authenticate.URL toPathSegments :: AuthURL -> [Text] # | |
type Rep AuthURL Source # | |
Defined in Clckwrks.Authenticate.URL type Rep AuthURL = D1 ('MetaData "AuthURL" "Clckwrks.Authenticate.URL" "clckwrks-0.26.3-1lCsV0PxqFu4UE59KSMe5L" 'False) ((C1 ('MetaCons "Auth" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AuthenticateURL)) :+: (C1 ('MetaCons "Login" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "ResetPassword" 'PrefixI 'False) (U1 :: Type -> Type))) :+: (C1 ('MetaCons "ChangePassword" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "OpenIdRealm" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "AuthModes" 'PrefixI 'False) (U1 :: Type -> Type)))) |