setof can be expressed in two alternate, equivalent ways:setof f pair(x,y) = p1 iff f x = y, otherwise setof f pair(x,y) = p2.setof f z = p1 iff p2 z = f (p1 z), otherwise setof f z = p2.Defining clauses for setof using pair
Defining clauses for setof using p1 and p2.
up | previous | next | detailed contents | brief contents