HAppS-IxSet-0.9.2.1ContentsIndex
HAppS.Data.IxSet.Ix
Documentation
data Ix a
Constructors
IxDefault
forall key . (Typeable key, Ord key) => Ix Map key (Set a)
show/hide Instances
Typeable1 Ix
(Data ctx a, Sat (ctx (Ix a))) => Data ctx (Ix a)
Data a => Data (Ix a)
Default a => Default (Ix a)
con_Ix_Data :: Constr
ixType_Data :: DataType
ixDefaultConstr :: Constr
ixConstr :: Constr
ixDataType :: DataType
insert :: (Ord a, Ord k) => k -> a -> Map k (Set a) -> Map k (Set a)
delete :: (Ord a, Ord k) => k -> a -> Map k (Set a) -> Map k (Set a)
Produced by Haddock version 2.1.0