Changes between Initial Version and Version 1 of Ticket #222
- Timestamp:
- Oct 7, 2020, 3:43:45 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #222 – Description
initial v1 1 ``` 1 {{{ 2 2 forall (dtype T) { 3 3 forall ( | {void foo (T *); }) void bar (T *); 4 4 } 5 }}} 5 6 6 7 this declaration is parsed as 7 8 8 ``` 9 {{{ 9 10 forall (dtype T, dtype __anonymous | {void foo (T *); }) ... 11 }}} 10 12 11 13 causes a wrong cost at resolution.