diff --git a/src/org/rascalmpl/library/Set.rsc b/src/org/rascalmpl/library/Set.rsc index f891f0ba6b0..f634d1630b0 100644 --- a/src/org/rascalmpl/library/Set.rsc +++ b/src/org/rascalmpl/library/Set.rsc @@ -521,6 +521,9 @@ public set[&T] intersection({}) = {}; @synopsis{Checks if all sets in the set are pairwise disjoint.} +@description{ + To allow two elements (i.e. two sets) to be identical, the argument is of type list and not type set. +} @examples{ ```rascal-shell import Set;