Kappa_data_structures.SetMapOur own implementattion of Set and Map
Purely functionnal. Functions without _with_logs do NOT raise any exception.
module type OrderedType = sig ... endmodule type Set = sig ... endmodule type Map = sig ... endmodule type S = sig ... endmodule type Projection = sig ... endmodule type Projection2 = sig ... end