aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/lemmas.ml
Commit message (Expand)AuthorAge
* Cleanup API, making inference_hook optionalGravatar Matthieu Sozeau2016-09-29
* Fix bug #4723 and FIXME in API for solve_by_tacGravatar Matthieu Sozeau2016-09-28
* Merge branch 'v8.5' into v8.6Gravatar Pierre-Marie Pédrot2016-09-07
|\
| * Fix #5065: Anomaly: Not a proof by inductionGravatar Maxime Dénès2016-09-05
* | Merge branch 'v8.5' into v8.6Gravatar Pierre-Marie Pédrot2016-09-02
|\|
| * Fix bug #5043: [Admitted] lemmas pick up section variables.Gravatar Pierre-Marie Pédrot2016-08-31
* | errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...Gravatar Pierre Letouzey2016-07-03
* | Separate flags for fix/cofix/match reduction and clean reduction function names.Gravatar Maxime Dénès2016-07-01
* | Univs: earlier errors for strict univ decls #4527Gravatar Matthieu Sozeau2016-06-29
* | A new infrastructure for warnings.Gravatar Maxime Dénès2016-06-29
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-06-27
|\|
* | Moving the typing_flags to the environment.Gravatar Pierre-Marie Pédrot2016-06-18
* | Factorizing the uses of Declareops.safe_flags.Gravatar Pierre-Marie Pédrot2016-06-16
* | Merge PR #79: Let the kernel assume that a (co-)inductive type is positive.Gravatar Pierre-Marie Pédrot2016-06-16
|\ \
| * | Allow `Pretyping.search_guard` to not check guardGravatar Arnaud Spiwack2016-06-15
| | * Admitted: fix #4818 return initial stmt and univsGravatar Matthieu Sozeau2016-06-14
* | | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-06-01
|\ \ \ | | |/ | |/|
* | | Feedback cleanupGravatar Emilio Jesus Gallego Arias2016-05-31
| * | Pfedit.get_current_context refinement (fix #4523)Gravatar Matthieu Sozeau2016-05-26
* | | Put the "cofix" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
* | | Put the "fix" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
* | | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-03-30
|\| |
| * | Univs: fix get_current_context (bug #4603, part I)Gravatar Matthieu Sozeau2016-03-25
* | | CLEANUP: Context.{Rel,Named}.Declaration.tGravatar Matej Kosik2016-02-09
* | | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-01-21
|\| |
| * | Update copyright headers.Gravatar Maxime Dénès2016-01-20
* | | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-11-29
|\| |
| * | Univs: correctly register universe binders for lemmas.Gravatar Matthieu Sozeau2015-11-28
* | | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-10-29
|\| |
| * | Avoid type checking private_constants (side_eff) again during Qed (#4357).Gravatar Enrico Tassi2015-10-28
* | | Clarifying and documenting the UState API.Gravatar Pierre-Marie Pédrot2015-10-17
* | | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-10-15
|\| |
| * | When typechecking a lemma statement, try to resolve typeclasses beforeGravatar Matthieu Sozeau2015-10-14
* | | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-10-02
|\| |
| * | Univs: fix semantics of Type in proof mode in universe-polymorphic modeGravatar Matthieu Sozeau2015-10-02
| * | Univs: fix handling of side effects/delayed proofsGravatar Matthieu Sozeau2015-10-02
| * | Univs: fix many evar_map initializations and leaks.Gravatar Matthieu Sozeau2015-10-02
* | | Merge branch 'v8.5' into trunkGravatar Maxime Dénès2015-09-17
|\| |
| * | Univs: Add universe binding lists to definitionsGravatar Matthieu Sozeau2015-09-14
* | | More potentialities in proof_terminators.Gravatar Pierre-Marie Pédrot2015-09-08
* | | Opacifying the proof_terminator type.Gravatar Pierre-Marie Pédrot2015-09-08
|/ /
* | Removing code duplication in Lemmas.Gravatar Pierre-Marie Pédrot2015-08-19
* | Fixing what seems to be a typo.Gravatar Hugo Herbelin2015-07-29
|/
* Admitted does not drop poly-univ constraints (Fix #4244)Gravatar Enrico Tassi2015-06-03
* Fix bug #4159Gravatar Matthieu Sozeau2015-05-27
* admit: replaced by give_up + Admitted (no proof_admitted : False, close #4032)Gravatar Enrico Tassi2015-03-11
* Abstract: "Qed export ident, .., ident" to preserve v8.4 behaviorGravatar Enrico Tassi2015-02-14
* Update headers.Gravatar Maxime Dénès2015-01-12
* Vi2vo: fix handling of univ constraints coming from the bodyGravatar Enrico Tassi2014-12-23
* Getting rid of Exninfo hacks.Gravatar Pierre-Marie Pédrot2014-12-16