Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/RenameVars.h

    rc6b4432 r94fa946  
    1616#pragma once
    1717
     18#include <list>               // for list
     19#include <map>                // for map
     20#include <string>             // for string
     21
     22#include "SynTree/SynTree.h"  // for Visitor Nodes
     23#include "SynTree/Visitor.h"  // for Visitor
     24
    1825namespace ast {
    1926        class Type;
     
    2128
    2229namespace ResolvExpr {
     30        /// Provides a consistent renaming of forall type names in a hierarchy by prefixing them with a unique "level" ID
     31        void renameTyVars( Type * );
     32
    2333        enum RenameMode {
    2434                GEN_USAGE, // for type in VariableExpr
Note: See TracChangeset for help on using the changeset viewer.