Module Kappa_generic_toolset.Mods

val int_compare : int -> int -> int
val int_pair_compare : (int * int) -> (int * int) -> int
val pair_equal : ('a -> 'a -> bool) -> ('b -> 'b -> bool) -> ('a * 'b) -> ('a * 'b) -> bool
module StringSetMap : SetMap.S with type elt = string
module StringSet = StringSetMap.Set
module StringMap = StringSetMap.Map
module String2SetMap : SetMap.S with type elt = string * string
module String2Map = String2SetMap.Map
module IntSetMap : SetMap.S with type elt = int
module IntSet = IntSetMap.Set
module IntMap = IntSetMap.Map
module Int2SetMap : SetMap.S with type elt = int * int
module Int2Set = Int2SetMap.Set
module Int2Map = Int2SetMap.Map
module CharSetMap : SetMap.S with type elt = char
module CharSet = CharSetMap.Set
module CharMap = CharSetMap.Map
module DynArray : GenArray.GenArray