File: CHANGES.md

package info (click to toggle)
coq-equations 1.3.1-8.20-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,796 kB
  • sloc: ml: 12,434; makefile: 98; sh: 35
file content (12 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (2)
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.