Kappa_data_structures.SetMapSourceOur own implementattion of Set and Map
Purely functionnal. Functions without _with_logs do NOT raise any exception.
type ('parameters, 'error, 'a) with_log_wrap =
('parameters -> 'error -> string -> string option -> exn -> 'error) ->
'parameters ->
'error ->
'a