Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tests/InferParam.c

    r55ba7339 rb1d6dd5  
    33double ?=?( double*, double );
    44
    5 forall( otype T, otype U | { U f(T); } ) U g(T);
     5forall( type T, type U | { U f(T); } ) U g(T);
    66float f( int );
    77double f( int );
     
    1313}
    1414
    15 context has_f_and_j( otype T, otype U ) {
     15context has_f_and_j( type T, type U ) {
    1616        U f( T );
    1717        U j( T, U );
     
    1919
    2020float j( int, float );
    21 forall( otype T, otype U | has_f_and_j( T, U ) ) U k( T );
     21forall( type T, type U | has_f_and_j( T, U ) ) U k( T );
    2222
    2323void l() {
Note: See TracChangeset for help on using the changeset viewer.