Changes between Version 447 and Version 448 of TypeFunctionsStatus
- Timestamp:
- 07/10/09 00:09:16 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TypeFunctionsStatus
v447 v448 19 19 * Rank-n types: In `TcTyFuns.flattenType`, we need to pull out type families below foralls. 20 20 * Implicit parameters: In `TcTyFuns`, we need to normalise IP constraints, too (in `normDict` and `substDict`). 21 * Most general types: In `TcTyFuns.instantiateAndExtract`, the condition for when to instantiate alpha in a wanted equation of the form `F t1..tn ~ alpha` is still to liberal.22 21 23 22 * GADT:
