Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Context.c

    ra0dcd2e re5b96bf  
    1 // trait declaration
     1//cforall context declaration
    22trait has_q( otype T ) {
    33        T q( T );
     
    55
    66forall( otype z | has_q( z ) ) void f() {
    7         trait has_r( otype T, otype U ) {
     7        context has_r( otype T, otype U ) {
    88                T r( T, T (T,U) );
    99        };
Note: See TracChangeset for help on using the changeset viewer.