Module Catala_utils.Map

Small wrapper on top of the stdlib Map module to add some useful functions

include module type of struct include Stdlib.Map end
module type OrderedType = sig ... end
module type S = sig ... end
module Make (Ord : OrderedType) : S with type key = Ord.t