Changes in src/AST/ForallSubstitutor.hpp [954c954:361bf01]
- File:
-
- 1 edited
-
src/AST/ForallSubstitutor.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/ForallSubstitutor.hpp
r954c954 r361bf01 29 29 30 30 /// Make new forall-list clone 31 ParameterizedType::ForallList operator() ( const ParameterizedType::ForallList & o ) {31 FunctionType::ForallList operator() ( const FunctionType::ForallList & o ) { 32 32 return subs.clone( o, *visitor ); 33 33 }
Note:
See TracChangeset
for help on using the changeset viewer.