| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
subfilter was exist at ssreflect-1.1 and removed at ssreflect-1.2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|