Changeset 49a1684
- Timestamp:
- May 2, 2022, 4:42:26 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 39d9b32, a647941
- Parents:
- 24ceace
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/forall.cfa
r24ceace r49a1684 45 45 } 46 46 47 typedef forall ( T ) int (* f)( int ); 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 ); 48 50 49 51 forall( T )
Note: See TracChangeset
for help on using the changeset viewer.