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

Safe HaskellNone
LanguageHaskell2010

Data.URI

Documentation

data URI #

Constructors

URI 

Fields

Instances
Eq URI # 
Instance details

Defined in Data.URI

Methods

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

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

Show URI # 
Instance details

Defined in Data.URI

Methods

showsPrec :: Int -> URI -> ShowS #

show :: URI -> String #

showList :: [URI] -> ShowS #

Generic URI # 
Instance details

Defined in Data.URI

Associated Types

type Rep URI :: Type -> Type #

Methods

from :: URI -> Rep URI x #

to :: Rep URI x -> URI #

Arbitrary URI # 
Instance details

Defined in Data.URI

Methods

arbitrary :: Gen URI #

shrink :: URI -> [URI] #

type Rep URI # 
Instance details

Defined in Data.URI