Data.Edison.Coll

Superclass aliases

Monoid

empty

union

Non-observable collections

class CollX c a

class OrdCollX c a

class SetX c a

class OrdSetX c a

Observable collections

class Coll c a

class OrdColl c a

class Set c a

class OrdSet c a

Specializations of all the sequence operations to lists

fromList

insertList

unionList

deleteList

unsafeFromOrdList

toList

lookupList

toOrdList

fromListWith

insertListWith

unionListWith