1 2 3 4 5 6 7 8 9 10 11 12
|
Changes in Equations 1.3beta2:
------------------------------
- Fix #399: allow simplification in indices when splitting a variable,
to expose the head of the index.
- Fix #389: error derving EqDec in HoTT variant.
- Allow universe binder annotations @{} on Equations definitions.
- Fix "struct" parsing issue that required a reset of Coq sometimes
- Pattern enhancements: no explicit shadowing of pattern variables
is allowed anymore. Fix numerous bugs where generated implicit names
introduced by the elaboration of patterns could shadow user-given names,
leading to incorrect names in right-hand sides.
|