| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
message.
|
|
|
|
We implement a printer for toplevel values and use it for exceptions in
particular.
|
|
|
|
|