[GAP] Record aggregates with unknown components

Martin Carlisle carlislem at acm.org
Mon Mar 13 17:28:31 CET 2006


>>but in the former case I cannot find a way to make a definition like:
>>EMPTY : constant set := set'( ( others => any ), 0 );

I believe you want:

   empty : constant set := set'((others => <>), 0);

--Martin





More information about the GAP mailing list