Skip to content

Commit

Permalink
Set.disjoint: add @SInCE annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
nojb committed Aug 16, 2018
1 parent 9df8e98 commit 5289ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stdlib/set.mli
Expand Up @@ -99,7 +99,8 @@ module type S =
(** Set intersection. *)

val disjoint: t -> t -> bool
(** Test if two sets are disjoint. *)
(** Test if two sets are disjoint.
@since 4.08.0 *)

val diff: t -> t -> t
(** Set difference. *)
Expand Down

0 comments on commit 5289ee6

Please sign in to comment.