Module Kappa_generic_toolset.Mods
val int_compare : int -> int -> intval int_pair_compare : (int * int) -> (int * int) -> intval pair_equal : ('a -> 'a -> bool) -> ('b -> 'b -> bool) -> ('a * 'b) -> ('a * 'b) -> bool
module StringSetMap : SetMap.S with type elt = stringmodule StringSet = StringSetMap.Setmodule StringMap = StringSetMap.Mapmodule String2SetMap : SetMap.S with type elt = string * stringmodule String2Map = String2SetMap.Mapmodule IntSet = IntSetMap.Setmodule IntMap = IntSetMap.Mapmodule Int2SetMap : SetMap.S with type elt = int * intmodule Int2Set = Int2SetMap.Setmodule Int2Map = Int2SetMap.Mapmodule CharSetMap : SetMap.S with type elt = charmodule CharSet = CharSetMap.Setmodule CharMap = CharSetMap.Mapmodule DynArray : GenArray.GenArray