Changeset a647941
- Timestamp:
- May 2, 2022, 7:54:02 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- ffc1689
- Parents:
- 62402e2 (diff), 49a1684 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/forall.cfa
r62402e2 ra647941 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.