Changes in src/Tuples/Tuples.h [8bf784a:141b786]
- File:
-
- 1 edited
-
src/Tuples/Tuples.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Tuples.h
r8bf784a r141b786 42 42 Type * makeTupleType( const std::list< Expression * > & exprs ); 43 43 44 /// returns a TypeInstType if `type` is a ttype, nullptr otherwise45 TypeInstType * isTtype( Type * type );46 47 44 /// returns true if the expression may contain side-effects. 48 45 bool maybeImpure( Expression * expr );
Note:
See TracChangeset
for help on using the changeset viewer.