| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.URI.Auth
Documentation
Constructors
| URIAuth | |
Fields
| |
Instances
| Eq URIAuth Source # | |
| Show URIAuth Source # | |
| Generic URIAuth Source # | |
| Arbitrary URIAuth Source # | |
| type Rep URIAuth Source # | |
Defined in Data.URI.Auth type Rep URIAuth = D1 (MetaData "URIAuth" "Data.URI.Auth" "attoparsec-uri-0.0.6-2jc8UFLF0sG2LfBgBNc0dh" False) (C1 (MetaCons "URIAuth" PrefixI True) (S1 (MetaSel (Just "uriAuthUser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "uriAuthHost") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 URIAuthHost) :*: S1 (MetaSel (Just "uriAuthPort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Word16))))) | |
printURIAuth :: URIAuth -> Text Source #