openid-0.2.0.2: An implementation of the OpenID-2.0 spec.

StabilityPortability :
MaintainerTrevor Elliott <trevor@geekgateway.com>
Safe HaskellNone

Text.XRDS

Contents

Description

 

Synopsis

Types

type XRDS = [XRD]Source

Utility Functions

isUsable :: XRDS -> BoolSource

Check to see if an XRDS service description is usable.

hasType :: String -> Service -> BoolSource

Generate a predicate over Service Types.

Parsing