Lists are now (StrategoRelease07) considered as variadic constructors. The behaviour of the generic traversal operators is changed accordingly.

For example,

   <all(s)> [a, b, c]  --->  ![<s> a, <s> b, <s> c]
instead of
   <all(s)> [a, b, c]  --->  ![<s> a | <s> [b, c]]

-- EelcoVisser - 09 Jan 2002

Revision: r1.1 - 09 Jan 2002 - 00:02 - EelcoVisser
Copyright © 1999-2020 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback