Safe Haskell | None |
---|---|
Language | Haskell98 |
Happstack.Authenticate.Password.PartialsURL
Documentation
data PartialURL Source #
Constructors
LoginInline | |
Login | |
Logout | |
SignupPassword | |
ChangePassword | |
RequestResetPasswordForm | |
ResetPasswordForm |
Instances
Eq PartialURL Source # | |
Defined in Happstack.Authenticate.Password.PartialsURL | |
Data PartialURL Source # | |
Defined in Happstack.Authenticate.Password.PartialsURL Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PartialURL -> c PartialURL gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PartialURL toConstr :: PartialURL -> Constr dataTypeOf :: PartialURL -> DataType dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PartialURL) dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PartialURL) gmapT :: (forall b. Data b => b -> b) -> PartialURL -> PartialURL gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PartialURL -> r gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PartialURL -> r gmapQ :: (forall d. Data d => d -> u) -> PartialURL -> [u] gmapQi :: Int -> (forall d. Data d => d -> u) -> PartialURL -> u gmapM :: Monad m => (forall d. Data d => d -> m d) -> PartialURL -> m PartialURL gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PartialURL -> m PartialURL gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PartialURL -> m PartialURL | |
Ord PartialURL Source # | |
Defined in Happstack.Authenticate.Password.PartialsURL Methods compare :: PartialURL -> PartialURL -> Ordering (<) :: PartialURL -> PartialURL -> Bool (<=) :: PartialURL -> PartialURL -> Bool (>) :: PartialURL -> PartialURL -> Bool (>=) :: PartialURL -> PartialURL -> Bool max :: PartialURL -> PartialURL -> PartialURL min :: PartialURL -> PartialURL -> PartialURL | |
Generic PartialURL Source # | |
Defined in Happstack.Authenticate.Password.PartialsURL Associated Types type Rep PartialURL :: Type -> Type | |
PathInfo PartialURL Source # | |
Defined in Happstack.Authenticate.Password.PartialsURL Methods toPathSegments :: PartialURL -> [Text] Source # | |
type Rep PartialURL Source # | |
Defined in Happstack.Authenticate.Password.PartialsURL type Rep PartialURL = D1 ('MetaData "PartialURL" "Happstack.Authenticate.Password.PartialsURL" "happstack-authenticate-2.4.0.3-2YP9K74FXzo2tvoTKBK9Ru" 'False) ((C1 ('MetaCons "LoginInline" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Login" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Logout" 'PrefixI 'False) (U1 :: Type -> Type))) :+: ((C1 ('MetaCons "SignupPassword" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "ChangePassword" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "RequestResetPasswordForm" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "ResetPasswordForm" 'PrefixI 'False) (U1 :: Type -> Type)))) |
rResetPasswordForm :: forall tok e r. Boomerang e tok r ((:-) PartialURL r) Source #
rRequestResetPasswordForm :: forall tok e r. Boomerang e tok r ((:-) PartialURL r) Source #
rChangePassword :: forall tok e r. Boomerang e tok r ((:-) PartialURL r) Source #
rSignupPassword :: forall tok e r. Boomerang e tok r ((:-) PartialURL r) Source #
rLoginInline :: forall tok e r. Boomerang e tok r ((:-) PartialURL r) Source #
partialURL :: Router () (PartialURL :- ()) Source #