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