Changes in src/GenPoly/GenPoly.h [ae1b9ea:08fc48f]
- File:
-
- 1 edited
-
src/GenPoly/GenPoly.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/GenPoly.h
rae1b9ea r08fc48f 80 80 bool typesPolyCompatible( Type *aty, Type *bty ); 81 81 82 /// true if arg requires boxing given exprTyVars83 bool needsBoxing( Type * param, Type * arg, const TyVarMap &exprTyVars, TypeSubstitution * env );84 85 /// true if arg requires boxing in the call to appExpr86 bool needsBoxing( Type * param, Type * arg, ApplicationExpr * appExpr, TypeSubstitution * env );87 88 82 /// Adds the type variable `tyVar` to `tyVarMap` 89 83 void addToTyVarMap( TypeDecl * tyVar, TyVarMap &tyVarMap );
Note:
See TracChangeset
for help on using the changeset viewer.