Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/GenPoly.h

    rae1b9ea r08fc48f  
    8080        bool typesPolyCompatible( Type *aty, Type *bty );
    8181
    82         /// true if arg requires boxing given exprTyVars
    83         bool needsBoxing( Type * param, Type * arg, const TyVarMap &exprTyVars, TypeSubstitution * env );
    84 
    85         /// true if arg requires boxing in the call to appExpr
    86         bool needsBoxing( Type * param, Type * arg, ApplicationExpr * appExpr, TypeSubstitution * env );
    87 
    8882        /// Adds the type variable `tyVar` to `tyVarMap`
    8983        void addToTyVarMap( TypeDecl * tyVar, TyVarMap &tyVarMap );
Note: See TracChangeset for help on using the changeset viewer.