Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/GenPoly.h

    rc2ad3c9 re24955a  
    3939        ReferenceToType *isPolyRet( FunctionType *function );
    4040
    41         /// Replaces a TypeInstType by its referrent in the environment, if applicable
    42         Type* replaceTypeInst( Type* type, const TypeSubstitution* env );
    43        
    4441        /// returns polymorphic type if is polymorphic type, NULL otherwise; will look up substitution in env if provided
    4542        Type *isPolyType( Type *type, const TypeSubstitution *env = 0 );
Note: See TracChangeset for help on using the changeset viewer.