happstack-authenticate-2.4.0.3: Happstack Authentication Library
Safe HaskellNone
LanguageHaskell98

Happstack.Authenticate.OpenId.PartialsURL

Documentation

data PartialURL Source #

Constructors

UsingYahoo 
RealmForm 

Instances

Instances details
Eq PartialURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.PartialsURL

Methods

(==) :: PartialURL -> PartialURL -> Bool

(/=) :: PartialURL -> PartialURL -> Bool

Data PartialURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.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 # 
Instance details

Defined in Happstack.Authenticate.OpenId.PartialsURL

Read PartialURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.PartialsURL

Methods

readsPrec :: Int -> ReadS PartialURL

readList :: ReadS [PartialURL]

readPrec :: ReadPrec PartialURL

readListPrec :: ReadPrec [PartialURL]

Show PartialURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.PartialsURL

Methods

showsPrec :: Int -> PartialURL -> ShowS

show :: PartialURL -> String

showList :: [PartialURL] -> ShowS

Generic PartialURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.PartialsURL

Associated Types

type Rep PartialURL :: Type -> Type

Methods

from :: PartialURL -> Rep PartialURL x

to :: Rep PartialURL x -> PartialURL

PathInfo PartialURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.PartialsURL

type Rep PartialURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.PartialsURL

type Rep PartialURL = D1 ('MetaData "PartialURL" "Happstack.Authenticate.OpenId.PartialsURL" "happstack-authenticate-2.4.0.3-LsRNcj541rmGlo9PY5iVqO" 'False) (C1 ('MetaCons "UsingYahoo" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "RealmForm" 'PrefixI 'False) (U1 :: Type -> Type))

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

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