Utils.Map
Map with extra stuff (pretty-printer)
module A : Types.TYPE
val order : ('a -> 'a -> Types.order) -> 'a t -> 'a t -> Types.order
val pp_map :
?pp_sep:unit Types.pp ->
(Stdlib.Format.formatter -> key -> 'a -> unit) ->
'a t Types.pp
Custom pretty printer
val hash : ('a -> int) -> 'a t -> int
module List : sig ... end
Map whose images are lists of elements