Safe Haskell | None |
---|---|
Language | Haskell98 |
Happstack.Authenticate.OpenId.PartialsURL
Documentation
data PartialURL Source
Constructors
UsingGoogle | |
UsingYahoo | |
RealmForm |
rRealmForm :: forall tok e r. Boomerang e tok r ((:-) PartialURL r) Source
rUsingYahoo :: forall tok e r. Boomerang e tok r ((:-) PartialURL r) Source
rUsingGoogle :: forall tok e r. Boomerang e tok r ((:-) PartialURL r) Source
partialURL :: Router () (PartialURL :- ()) Source