Changes between Initial Version and Version 1 of Ticket #268


Ignore:
Timestamp:
Dec 13, 2022, 4:10:51 PM (2 years ago)
Author:
f37yu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #268 – Description

    initial v1  
    99}
    1010
    11 forall (T) void bar (T x, wrap(T) y) {
    12 }
     11
    1312
    1413int main() {
    1514    wrap(int) w{10};
    1615    foo (w, 2.0); // error?
    17     bar (2.0, w); // ok
    1816}
    1917}}}