From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/stdlib/doc/src/sets.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'lib/stdlib/doc/src/sets.xml') diff --git a/lib/stdlib/doc/src/sets.xml b/lib/stdlib/doc/src/sets.xml index e076b9a5ec..07ce41b7a7 100644 --- a/lib/stdlib/doc/src/sets.xml +++ b/lib/stdlib/doc/src/sets.xml @@ -32,7 +32,7 @@ A sets.xml - sets + sets Functions for set manipulation.

Sets are collections of elements with no duplicate elements. @@ -59,7 +59,7 @@ - + Add an element to a Set.

Returns a new set formed from Set1 with @@ -68,7 +68,7 @@ - + Remove an element from a Set.

Returns Set1, but with @@ -77,7 +77,7 @@ - + Filter set elements.

Filters elements in Set1 with boolean function @@ -86,7 +86,7 @@ - + Fold over set elements.

Folds Function over every element in @@ -96,7 +96,7 @@ - + Convert a list into a Set.

Returns a set of the elements in List.

@@ -104,7 +104,7 @@ - + Return the intersection of a list of Sets.

Returns the intersection of the non-empty list of sets.

@@ -112,7 +112,7 @@
- + Return the intersection of two Sets.

Returns the intersection of Set1 and @@ -121,7 +121,7 @@ - + Check whether two Sets are disjoint.

Returns true if Set1 and @@ -131,7 +131,7 @@ - + Test for membership of a Set.

Returns true if Element is an element of @@ -149,7 +149,7 @@ - + Test for a Set.

Returns true if Set is a set of @@ -158,7 +158,7 @@ - + Test for subset.

Returns true when every element of Set1 is @@ -167,7 +167,7 @@ - + Return an empty set.

Returns a new empty set.

@@ -175,7 +175,7 @@
- + Return the number of elements in a set.

Returns the number of elements in Set.

@@ -183,7 +183,7 @@
- + Return the difference of two Sets.

Returns only the elements of Set1 that are not @@ -192,7 +192,7 @@ - + Convert a Setinto a list.

Returns the elements of Set as a list. @@ -201,7 +201,7 @@ - + Return the union of a list of Sets.

Returns the merged (union) set of the list of sets.

@@ -209,7 +209,7 @@
- + Return the union of two Sets.

Returns the merged (union) set of Set1 and -- cgit v1.2.3