Changeset 7b5694d for src/SynTree
- Timestamp:
- Jan 17, 2023, 2:05:52 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- fed6a0f
- Parents:
- e563edf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/ApplicationExpr.cc
re563edf r7b5694d 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // ApplicationExpr.cc .cc--7 // ApplicationExpr.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/ typeops.h"// for extractResultType28 #include "ResolvExpr/Unify.h" // for extractResultType 29 29 #include "Type.h" // for Type, PointerType, FunctionType 30 30
Note:
See TracChangeset
for help on using the changeset viewer.