Happstack.Data.IxSet

Set type

data IxSet a

class Indexable a

noCalcs

inferIxSet

ixSet

ixFun

ixGen

Changes to set

type IndexOp

change

insert

delete

updateIx

deleteIx

Creation

fromSet

fromList

Conversion

toSet

toList

toAscList

toDescList

getOne

getOneOr

Size checking

size

null

Set operations

(&&&)

(|||)

union

intersection

Indexing

(@=)

(@<)

(@>)

(@<=)

(@>=)

(@><)

(@>=<)

(@><=)

(@>=<=)

(@+)

(@*)

getEQ

getLT

getGT

getLTE

getGTE

getRange

groupBy

groupAscBy

groupDescBy

Index creation helpers

flatten

flattenWithCalcs

Debugging and optimisation

stats