| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
abstract_context utility lemma
|
|
Adding theorems in binomial
|
|
"pr_o.cmo" plugin
|
|
Thanks B. Grégoire for this suggestion.
|
|
|
|
|
|
|
|
|
|
Variable renaming from 'C(m,n) to 'C(n,m)
Renaming theorem mul_Sm_binn to mul_bin_diag
Adding theorems mul_bin_left mul_bin_right
|
|
|
|
|
|
|
|
|
|
The committed files represent copies of the ssreflect plugin for Coq trunk taken from commit c353aa5
which is the last commit in which ssreflect plugin marked for Coq trunk is usable with both, Coq trunk as well as Coq v8.6.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|