Changes between Version 37 and Version 38 of KirstenSandbox
- Timestamp:
- 01/12/07 08:51:18 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KirstenSandbox
v37 v38 11 11 * basicTypes/IdInfo.lhs 12 12 * basicTypes/NewDemand.lhs 13 * compiler/iface/BinIface.lhs 13 * compiler/coreSyn/CoreLint.lhs 14 * compiler/coreSyn/PprCore.lhs 15 * compiler/iface/BinIface.lhs 16 * compiler/iface/IfaceSyn.lhs 14 17 * compiler/iface/LoadIface.lhs 15 18 * compiler/simplCore/SimplEnv.lhs … … 19 22 * compiler/stranal/WorkWrap.lhs 20 23 * compiler/stranal/WwLib.lhs 24 * compiler/types/Coercion.lhs 21 25 * compiler/types/Type.lhs 22 * (possibly more)23 26 1. better comments (i.e., examples for things that may not work right) 24 27 1. testing … … 36 39 1. so as to exploit the new analysis information 37 40 41 1. Think about the right way to handle this coercion stuff 42 43 1. Formal semantics? 44 38 45 = Old = 39 46
