Changes in src/SynTree/ApplicationExpr.cc [7b5694d:07d867b]
- File:
-
- 1 edited
-
src/SynTree/ApplicationExpr.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/ApplicationExpr.cc
r7b5694d r07d867b 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // ApplicationExpr.cc --7 // ApplicationExpr.cc.cc -- 8 8 // 9 9 // Author : Richard C. Bilson … … 26 26 #include "Expression.h" // for ParamEntry, ApplicationExpr, Expression 27 27 #include "InitTweak/InitTweak.h" // for getFunction 28 #include "ResolvExpr/ Unify.h"// for extractResultType28 #include "ResolvExpr/typeops.h" // for extractResultType 29 29 #include "Type.h" // for Type, PointerType, FunctionType 30 30
Note:
See TracChangeset
for help on using the changeset viewer.