Changes between Version 12 and Version 13 of Commentary/Compiler/HsSynType
- Timestamp:
- 01/18/07 00:34:42 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/HsSynType
v12 v13 38 38 {{{ 39 39 type RnHsBinds = HsBinds Name () -- After renaming 40 type TcHsBin es = HsBinds Id Type -- After type checking40 type TcHsBinds = HsBinds Id Type -- After type checking 41 41 }}} 42 42 This would be a Good Thing to do.
