Ignore:
Timestamp:
Mar 2, 2018, 5:34:52 PM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, 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)
Message:

Add function to add bindings from TypeSubstitution? to TypeEnvironment?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/TypeEnvironment.h

    rdd05e12 r09c72d5  
    7676                void add( const EqvClass &eqvClass );
    7777                void add( const Type::ForallList &tyDecls );
     78                void add( const TypeSubstitution & sub );
    7879                template< typename SynTreeClass > int apply( SynTreeClass *&type ) const;
    7980                template< typename SynTreeClass > int applyFree( SynTreeClass *&type ) const;
Note: See TracChangeset for help on using the changeset viewer.