Data.Containers

The basic data class

class DataMap m k a

class Indexed f i

class OrderedMap m k a m' k' a'

class Container c

lookup

resides

member

delete

touch

insert

singleton

singleton'

fromAList

fromKList

(#)

(#?)

cached

Map instances

Sets and maps

data Set a

data Map k a

c'setOf

c'set

c'mapOf

c'map

Bimaps

data Bimap a b

toMap

keysSet

Relations

data Relation a b

i'Relation

i'domains

i'ranges

l'domain

l'range

link

(*>>>)