Changes between Version 74 and Version 75 of TypeFunctionsSolving
- Timestamp:
- 09/03/08 07:50:25 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TypeFunctionsSolving
v74 v75 209 209 apply eq eqs res 210 210 | Just eq' <- applyTop eq 211 = prop (norm eq' ++ eqs) res211 = prop (norm eq' ++ eqs) res 212 212 | otherwise 213 213 = let (new_eqs, unchanged_eqs) = mapAndUnzip (applySubstRules eq) eqs
