attoparsec-uri-0.0.3: URI parser / printer using attoparsec

Safe HaskellNone
LanguageHaskell2010

Data.URI.Auth

Documentation

data URIAuth Source #

Constructors

URIAuth 

Fields

Instances

Eq URIAuth Source # 

Methods

(==) :: URIAuth -> URIAuth -> Bool #

(/=) :: URIAuth -> URIAuth -> Bool #

Show URIAuth Source # 
Generic URIAuth Source # 

Associated Types

type Rep URIAuth :: * -> * #

Methods

from :: URIAuth -> Rep URIAuth x #

to :: Rep URIAuth x -> URIAuth #

type Rep URIAuth Source # 
type Rep URIAuth = D1 (MetaData "URIAuth" "Data.URI.Auth" "attoparsec-uri-0.0.3-sbJ1M46mHn7zh0igWxzQc" False) (C1 (MetaCons "URIAuth" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "uriAuthUser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "uriAuthHost") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 URIAuthHost)) (S1 (MetaSel (Just Symbol "uriAuthPort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Word16))))))