Tools.VarMap
only one instanciation forall variable maps modules
val print :
?pp_sep:(Stdlib.Format.formatter -> unit -> unit) ->
(Stdlib.Format.formatter -> 'a -> unit) ->
Stdlib.Format.formatter ->
'b t ->
unit
prints bindings of the map, using pp_v for to print each value, and calling pp_sep between items (pp_sep defaults to Format.pp_print_cut).