Changes between Initial Version and Version 1 of Ticket #222


Ignore:
Timestamp:
Oct 7, 2020, 3:43:45 PM (5 years ago)
Author:
f37yu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #222 – Description

    initial v1  
    1 ```
     1{{{
    22forall (dtype T) {
    33  forall ( | {void foo (T *); }) void bar (T *);
    44}
     5}}}
    56
    67this declaration is parsed as
    78
    8 ```
     9{{{
    910forall (dtype T, dtype __anonymous | {void foo (T *); }) ...
     11}}}
    1012
    1113causes a wrong cost at resolution.