Name
uncorrelated — Change a set to another, specified set
Synopsis
uncorrelated ( set expression )
Description
In special circumstances, you might wish to use a set expression
where the language normally calls for a transform.
This transform replaces any set with the result
of the set expression argument provided.
Example
In this (somewhat contrived) example,
the expression returns the methods in ObjectDB
only if the result of the previous set expression was not empty:
Results in Type
The result type is the type of the supplied
set expression argument.