Module Kappa_generic_toolset__Mods
Datastructures' functors instantiation
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 : Kappa_generic_toolset.SetMap.S with type elt = string
module StringSet = StringSetMap.Set
module StringMap = StringSetMap.Map
module String2SetMap : Kappa_generic_toolset.SetMap.S with type elt = string * string
module String2Map = String2SetMap.Map
module IntSetMap : Kappa_generic_toolset.SetMap.S with type elt = int
module IntSet = IntSetMap.Set
module IntMap = IntSetMap.Map
module Int2SetMap : Kappa_generic_toolset.SetMap.S with type elt = int * int
module Int2Set = Int2SetMap.Set
module Int2Map = Int2SetMap.Map
module CharSetMap : Kappa_generic_toolset.SetMap.S with type elt = char
module CharSet = CharSetMap.Set
module CharMap = CharSetMap.Map