Changes between Version 4 and Version 5 of Commentary/Compiler/HsSynType
- Timestamp:
- 09/14/06 11:04:59 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/HsSynType
v4 v5 16 16 * [[GhcFile(compiler/hsSyn/HsUtils.lhs)]]: utility functions (no data types). 17 17 18 There is significant mutual recursion between modules, and hence a couple of {{{lhs-boot}}} files. Look at {{{wiki:ModuleDependencies}}}to see the dependencies.18 There is significant mutual recursion between modules, and hence a couple of {{{lhs-boot}}} files. Look at [wiki:ModuleDependencies] to see the dependencies. 19 19 20 20 The type checker adds type information to the syntax tree, otherwise leaving it as undisturbed as possible. This is done in two ways:
