Data.IxSet.Typed
data IxSet ixs a
data IxList ixs a
class Indexable ixs a
class IsIndexOf ix ixs
type family All (c :: * -> Constraint) (xs :: [*]) :: Constraint
data Ix ix a
ixList
class MkIxList ixs ixs' a r
ixFun
ixGen
noCalcs
inferIxSet
type IndexOp
type SetOp
change
insert
insertList
delete
updateIx
deleteIx
empty
fromSet
fromList
toSet
toList
toAscList
toDescList
getOne
getOneOr
size
null
(&&&)
(|||)
union
intersection
(@=)
(@<)
(@>)
(@<=)
(@>=)
(@><)
(@>=<)
(@><=)
(@>=<=)
(@+)
(@*)
getEQ
getLT
getGT
getLTE
getGTE
getRange
groupBy
groupAscBy
groupDescBy
flatten
flattenWithCalcs
stats