Changeset 09c72d5 for src/ResolvExpr/TypeEnvironment.h
- Timestamp:
- Mar 2, 2018, 5:34:52 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- b8baa37
- Parents:
- dd05e12
- git-author:
- Rob Schluntz <rschlunt@…> (03/02/18 17:10:28)
- git-committer:
- Rob Schluntz <rschlunt@…> (03/02/18 17:34:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/TypeEnvironment.h
rdd05e12 r09c72d5 76 76 void add( const EqvClass &eqvClass ); 77 77 void add( const Type::ForallList &tyDecls ); 78 void add( const TypeSubstitution & sub ); 78 79 template< typename SynTreeClass > int apply( SynTreeClass *&type ) const; 79 80 template< typename SynTreeClass > int applyFree( SynTreeClass *&type ) const;
Note: See TracChangeset
for help on using the changeset viewer.