Lists are now (StrategoRelease07) considered as variadic constructors. The behaviour of the generic traversal operators is changed accordingly. For example, [a, b, c] ---> ![ a, b, c] instead of [a, b, c] ---> ![ a | [b, c]] -- Main.EelcoVisser - 09 Jan 2002