Module Catala_utils.MapSource

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

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