Ignore:
Timestamp:
Nov 16, 2023, 9:22:34 AM (7 months ago)
Author:
caparson <caparson@…>
Branches:
master
Children:
aad677d
Parents:
89a8bab (diff), b8b5535 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/ScrubTyVars.h

    r89a8bab rf22b170b  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // ScrubTyVars.h --
     7// ScrubTyVars.h -- Remove polymorphic types.
    88//
    99// Author           : Richard C. Bilson
     
    1919
    2020#include "AST/Fwd.hpp"        // for Node
    21 #include "GenPoly.h"          // for TyVarMap, isPolyType, isDynType
     21#include "GenPoly.h"          // for TypeVarMap, isPolyType, isDynType
    2222
    2323namespace GenPoly {
Note: See TracChangeset for help on using the changeset viewer.