Changes in / [a647941:62402e2]
- File:
-
- 1 edited
-
tests/forall.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/forall.cfa
ra647941 r62402e2 45 45 } 46 46 47 // commented this out since it is not clearly meaningful 48 // and not really representable in the ast 49 // typedef forall ( T ) int (* f)( int ); 47 typedef forall ( T ) int (* f)( int ); 50 48 51 49 forall( T )
Note:
See TracChangeset
for help on using the changeset viewer.