| Age | Commit message (Collapse) | Author |
|
coq/coq#6511 contains EConstr-related changes.
|
|
Trivial commit.
|
|
|
|
|
|
Nothing remarkable.
|
|
|
|
|
|
Can the printers exploit the ability to now take an environment?
|
|
See https://github.com/coq/coq/pull/6197
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This removes the use for a quotation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I don't know why, but on CoqIDE this triggers a printing of the backtrace
twice. This is not reproducible with coqtop.
|
|
When crossing constr boundaries, we mark exceptions as being fatal not to
catch them.
|
|
This prevents having to go through an expensive phase of goal-building, when
we can simply type-check the term.
|