mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
doc
This commit is contained in:
parent
2812f797e9
commit
9f04b4a0d7
1 changed files with 5 additions and 1 deletions
|
|
@ -105,7 +105,11 @@ end
|
||||||
|
|
||||||
module Make(K : OrderedType)(V : OrderedType) : S with type key = K.t and type value = V.t
|
module Make(K : OrderedType)(V : OrderedType) : S with type key = K.t and type value = V.t
|
||||||
|
|
||||||
(** {2 Two-Way Multimap} *)
|
(** {2 Two-Way Multimap}
|
||||||
|
Represents n-to-n mappings between two types. Each element from the "left"
|
||||||
|
is mapped to several right values, and conversely.
|
||||||
|
|
||||||
|
@since NEXT_RELEASE *)
|
||||||
|
|
||||||
module type BIDIR = sig
|
module type BIDIR = sig
|
||||||
type t
|
type t
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue