Module Isa_btree.Isa_btree_util

Given a value k_cmp, construct the corresponding map_ops, with keys: k, k option

module Internal_make_map_ops : functor (S : sig ... end) -> sig ... end
module Int_map_ops : sig ... end

For testing

module Comparator_to_map_ops : sig ... end

Utility function to convert a comparator to a record of map operations.

include Comparator_to_map_ops
val comparator_to_map_ops : ('k'cmp) Base.Map.comparator -> ('k'a('k'a'cmp) Base.Map.t) Tjr_lib_core.Tjr_map.With_base_as_record.map_ops