← Prev in month ← Prev in thread
Next in thread → Next in month →

type-union functions

From
Tyson, Paul H <>
Date
2008-12-01T14:30:29+00:00
ID
Thread
type-union functions
Why are these functions defined as binary operators?  (XACML 3.0-wd-06
A.3.11 Set functions.)

Consider defining a 3.0 version that accepts zero or more bags of the
same type.  This would be a marginal improvement in ease of use and
clarity of expression.

Instead of:
	(string-union (string-union bag1 bag2) bag3)

I could write:
	(string-union bag1 bag2 bag3)

--Paul Tyson
← Prev in month ← Prev in thread
Next in thread → Next in month →