containers
CCMap
Extensions of Standard Map
Provide useful functions and iterators on Map.S
Map.S
containers.bencode
containers.cbor
containers.codegen
containers.monomorphic
containers.pp
containers.pvec
containers.scc
containers.top
containers.unix
type 'a iter = ('a -> unit) -> unit
Fast internal iterator.
type 'a printer = Format.formatter -> 'a -> unit
module type OrderedType = Map.OrderedType
module type S = sig ... end
module Make (O : Map.OrderedType) : S with type 'a t = 'a Map.Make(O).t and type key = O.t