Copyright | (c) 2011, 2012 Douglas Burke |
---|---|
License | GPL V2 |
Maintainer | Douglas Burke |
Stability | experimental |
Portability | CPP, TypeFamilies, FlexibleInstances |
Safe Haskell | None |
Language | Haskell98 |
Data.Interned.URI
Description
Support interning URIs.
- data InternedURI
Documentation
data InternedURI Source
An interned URI. The hashing is based on the reversed URI (as a string).
Instances
Eq InternedURI | |
Ord InternedURI | |
Show InternedURI | |
IsString InternedURI | |
Uninternable InternedURI | |
Interned InternedURI | |
Eq (Description InternedURI) | |
Hashable (Description InternedURI) | |
type Uninterned InternedURI = URI | |
data Description InternedURI = DU !URI |