swish-0.9.2.1: A semantic web toolkit.

Copyright(c) 2011 2012 Douglas Burke
LicenseGPL V2
MaintainerDouglas Burke
Stabilityexperimental
PortabilityCPP, TypeFamilies, FlexibleInstances
Safe HaskellNone
LanguageHaskell98

Data.Interned.URI

Description

Support interning URIs.

Synopsis

Documentation

data InternedURI #

An interned URI. The hashing is based on the reversed URI (as a string).

Instances

Eq InternedURI # 
Ord InternedURI # 
Show InternedURI # 
IsString InternedURI # 
Interned InternedURI # 
Uninternable InternedURI # 
Eq (Description InternedURI) # 
Hashable (Description InternedURI) # 
type Uninterned InternedURI # 
data Description InternedURI #