| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This finally closes #5994.
|
|
This fixes also #5731, #6035, #5364.
|
|
After `Drop`, `Coqtop.drop_last_doc` will contain the current document
used by `Coqloop`. This is useful for people wanting to restart Coq
after a `Drop`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We are still missing an updated LABLGTK.
|
|
ML level can set the flags themselves.
In particular, using injection and discriminate with option "Keep
Proofs Equalities" when called from "decide equality" and "Scheme
Equality".
This fixes bug #5281.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #6022.
|
|
To this extent we factor out the relevant bits to a new file,
ltac_pretype.
|
|
|
|
|
|
We use git check-attr to look at the same files as git diff --check.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I also renamed the type to nattree (see discussion on
https://github.com/coq/coq/pull/5979) to disambiguate from another,
earlier example.
|
|
|
|
|
|
|