Changes between Version 377 and Version 378 of TypeFunctionsStatus
- Timestamp:
- 09/29/08 20:18:57 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TypeFunctionsStatus
v377 v378 36 36 * When a `type instance` changes (in an orphan modules), currently clients are not properly recompiled at least by `--make`. 37 37 * #2296: error message involving fundep gives unhelpful location. I want to remember to come back to this one when we have the new type-family simplification stuff in place. 38 39 '''Failing testsuite tests'''40 41 All these tests are in `testsuite/tests/ghc-regress/indexed-types`:42 43 * `should_run/GMapAssoc(profc,profasm)` (data type families)44 * `should_run/GMapTop(profc,profasm)` (data type families)45 * `should_run/ind2(profc,profasm)` (data type families)46 * `should_run/Simple12(normal,optc,profc,profasm)` (type synonym families)47 48 ''Check whether these still fail.''49 38 50 39 '''Additional feature:'''
