| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.URI
Documentation
Constructors
| URI | |
Fields
| |
Instances
| Eq URI Source # | |
| Show URI Source # | |
| Generic URI Source # | |
| Arbitrary URI Source # | |
| type Rep URI Source # | |
Defined in Data.URI type Rep URI = D1 (MetaData "URI" "Data.URI" "attoparsec-uri-0.0.6-2jc8UFLF0sG2LfBgBNc0dh" False) (C1 (MetaCons "URI" PrefixI True) ((S1 (MetaSel (Just "uriScheme") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "uriSlashes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool) :*: S1 (MetaSel (Just "uriAuthority") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 URIAuth))) :*: (S1 (MetaSel (Just "uriPath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Vector Text))) :*: (S1 (MetaSel (Just "uriQuery") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Vector (Pair Text (Maybe Text)))) :*: S1 (MetaSel (Just "uriFragment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) | |