happstack-authenticate-2.3.4.2: Happstack Authentication Library

Safe HaskellNone
LanguageHaskell98

Happstack.Authenticate.OpenId.URL

Documentation

data OpenIdURL Source #

Instances

Eq OpenIdURL Source # 
Data OpenIdURL Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OpenIdURL -> c OpenIdURL #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OpenIdURL #

toConstr :: OpenIdURL -> Constr #

dataTypeOf :: OpenIdURL -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c OpenIdURL) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OpenIdURL) #

gmapT :: (forall b. Data b => b -> b) -> OpenIdURL -> OpenIdURL #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OpenIdURL -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OpenIdURL -> r #

gmapQ :: (forall d. Data d => d -> u) -> OpenIdURL -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OpenIdURL -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OpenIdURL -> m OpenIdURL #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OpenIdURL -> m OpenIdURL #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OpenIdURL -> m OpenIdURL #

Ord OpenIdURL Source # 
Read OpenIdURL Source # 
Show OpenIdURL Source # 
Generic OpenIdURL Source # 

Associated Types

type Rep OpenIdURL :: * -> * #

PathInfo OpenIdURL Source # 
type Rep OpenIdURL Source # 
type Rep OpenIdURL = D1 (MetaData "OpenIdURL" "Happstack.Authenticate.OpenId.URL" "happstack-authenticate-2.3.4.2-Jbkuvcb1G8fHODJpFAoxmd" False) ((:+:) ((:+:) (C1 (MetaCons "Partial" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PartialURL))) (C1 (MetaCons "BeginDance" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))) ((:+:) (C1 (MetaCons "ReturnTo" PrefixI False) U1) (C1 (MetaCons "Realm" PrefixI False) U1)))

rRealm :: forall tok e r. Boomerang e tok r ((:-) OpenIdURL r) Source #

rReturnTo :: forall tok e r. Boomerang e tok r ((:-) OpenIdURL r) Source #

rBeginDance :: forall tok e r. Boomerang e tok ((:-) Text r) ((:-) OpenIdURL r) Source #

rPartial :: forall tok e r. Boomerang e tok ((:-) PartialURL r) ((:-) OpenIdURL r) Source #