Ignore:
Timestamp:
Mar 20, 2018, 5:12:25 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env, with_gc
Children:
7e4b44db
Parents:
68f9c43
Message:

First compiling build of CFA-CC with GC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/TypeSubstitution.h

    r68f9c43 r8d7bef2  
    5959        void normalize();
    6060
     61        void accept( Visitor& v ) { v.visit( this ); }
    6162        TypeSubstitution * acceptMutator( Mutator & m ) { return m.mutate( this ); }
    6263
Note: See TracChangeset for help on using the changeset viewer.