| Portability | CPP |
|---|---|
| Stability | experimental |
| Maintainer | Douglas Burke |
| Safe Haskell | Safe-Inferred |
Network.URI.Ord
Description
Provide an ordering for URIs (that is, an Ord instance for
URI).
This instance is provided so that URIs can be used as the
key of a Map. Case is relevant for the ordering,
and no attempt is made to decode percent-encoded values (i.e.
the comparison does not use a canonical or normalized form).
For network version 2.4.0.0 and higher, this module is a no-op,
since URI now defines these instances.