Skip to content

Commit

Permalink
Doc for disjoint function
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Jun 27, 2024
1 parent 915cb10 commit 23a8a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions patriciaTree.mli
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,7 @@ module type MAP_WITH_VALUE = sig
O(|m1|+|m2|). Use one of faster functions above if you can. *)

val disjoint : 'a t -> 'a t -> bool
(** [disjoint a b] is [true] if and only if [a] and [b] have disjoint domains. *)

(** Combination with other kinds of maps.
[Map2] must use the same {!KEY.to_int} function. *)
Expand Down

0 comments on commit 23a8a4b

Please sign in to comment.