| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Binding glob_constr to interp_glob_closure so as to factorize low-level code.
|
|
MatchingVar).
|
|
|
|
See coq/coq#678
|
|
[options] Sync with upstream API changes.
|
|
|
|
|
|
|
|
Econstr support
|
|
Adapting to Coq upstream.
|
|
|
|
|
|
Let-ins in constrexpr and glob_constr now take an optional type, instead
of relying on a cast in the body.
|
|
|
|
|
|
Use pp_with as msg_with is being removed upstream.
|
|
The first part of changes is easy, we could maybe polish the notation
part a bit more.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"pr_o.cmo" plugin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/math-comp/math-comp/pull/58#discussion_r76048943
|
|
|
|
"Context.Named.Declaration"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
By default, the search command calls `Pp.msg` to print search results.
Unfortunately, this bypasses the `log_via_feedback` option and produces
not very nice results on feedback-depending IDES like JsCoq.
A proper fix would involve merging coq/coq#143 , and the upcoming search
cleanup, but this should do the trick for now.
I couldn't observe any problem with the usual testing.
|
|
|
|
|
|
|