-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
At the moment the separator between patterns and functions inside an accumulate is optional evenif it shouldn't. In other words an accumulate pattern like the following shouldn't compile.
accumulate ( $s: String() count($s) )