index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
ssr
Age
Commit message (
Expand
)
Author
2019-04-23
[ssr] under: Fix the defective form ("=> [*|*]" implied) and its doc
Erik Martin-Dorel
2019-04-23
[ssr] under: Add iff support in side-conditions
Erik Martin-Dorel
2019-04-23
[ssr] under: use varnames from the 1st ipat with multi-goal under lemmas
Erik Martin-Dorel
2019-04-23
[ssr] new syntax for the under tactic
Enrico Tassi
2019-04-23
[ssr] under: Simplify the over tactic
Erik Martin-Dorel
2019-04-23
[ssr] under: Add comment to justify the need for check_numgoals
Erik Martin-Dorel
2019-04-23
[ssr] over: Expose the new type of tactic for Ssrfwd.overtac
Erik Martin-Dorel
2019-04-23
[ssr] Remove the unify_helper tactic that appears unnecessary
Erik Martin-Dorel
2019-04-23
[ssr] under: Fix rewrite goals order when called from under
Erik Martin-Dorel
2019-04-23
[ssr] over: Add Ssrfwd.overtac in the .mli
Erik Martin-Dorel
2019-04-23
[ssr] under: Check that the number of hints and focused goals match
Erik Martin-Dorel
2019-04-23
[ssr] under(one-liner version): Do nf_betaiota in the last goal
Erik Martin-Dorel
2019-04-23
[ssr] under: Change the style of a few tests (over tactic vs. lemma)
Erik Martin-Dorel
2019-04-23
[ssr] under: Move {beta_expand, unify_helper} in the module type (qualify them)
Erik Martin-Dorel
2019-04-23
[ssr] under: Strenghten over & Add test_big_andb
Erik Martin-Dorel
2019-04-23
[ssr] under: Extend the test-suite to exemplify most use cases
Erik Martin-Dorel
2019-04-23
[ssr] under: generate missing Under subgoal for eq_bigl/eq_big
Erik Martin-Dorel
2019-04-23
[ssr] under: Add support for one-liners "under (…) by [tac1|tac2]."
Erik Martin-Dorel
2019-04-23
[ssr] over: also works on universally quantified goals
Erik Martin-Dorel
2019-04-23
[ssr] Define both a lemma "over" (in sig UNDER) and an ltac "over"
Erik Martin-Dorel
2019-04-23
[ssr] under: Rename bound variables a posteriori for cosmetic purpose
Enrico Tassi
2019-04-02
[ssr] rewrite takes optional function to make the new valued of the redex
Enrico Tassi
2019-04-02
[ssr] implement "under i: ext_lemma" by rewrite rule
Enrico Tassi
2019-04-02
[ssr] under: Add opaque modules for tagging and notation support
Erik Martin-Dorel
2019-04-02
[ssr] fix implementation of refine ~first_goes_last
Enrico Tassi
2019-04-02
[ssr] clean up type declaration of ssrrewritetac
Enrico Tassi
2019-04-02
[ssr] move is_ind/constructor_ref to ssrcommon
Enrico Tassi
2019-04-02
[ssr] under: rewrite takes an optional bool arg
Erik Martin-Dorel
2019-03-27
[geninterp] Track polymorphic status in tactic interpretation.
Emilio Jesus Gallego Arias
2019-03-27
[plugins] [ssr] Adapt to removal of imperative proof state.
Emilio Jesus Gallego Arias
2019-03-26
Merge PR #9489: [ssr] avoid HO unification to perform truncation analysy in elim
Maxime Dénès
2019-03-25
[ssr] Use Coqlib in “abstract”
Vincent Laporte
2019-03-25
[ssr] More detailed error message in rewrite
Vincent Laporte
2019-03-25
[ssr] avoid HO unif when doing truncation analysis
Enrico Tassi
2019-03-20
Stop accessing proof env via Pfedit in printers
Maxime Dénès
2019-03-14
Fix various dummy Relevant in ssr
Gaëtan Gilbert
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-03-12
Merge PR #9389: Implement a method for manual declaration of implicits.
Emilio Jesus Gallego Arias
2019-02-28
Constructor type information uses the expanded form.
Pierre-Marie Pédrot
2019-02-28
Implement a method for manual declaration of implicits.
Jasper Hugunin
2019-02-13
[ssr] move shorter Canonical to Coq proper
Enrico Tassi
2019-02-13
Merge PR #9557: [ssreflect] Export more parsing witnesses.
Enrico Tassi
2019-02-11
[ssreflect] Export more parsing witnesses.
Emilio Jesus Gallego Arias
2019-02-11
[ssr] keep user annotation on views (fix #9538)
Enrico Tassi
2019-02-05
Make Program a regular attribute
Maxime Dénès
2019-01-21
[ssr] cleanup of some comments
Enrico Tassi
2019-01-19
[ssr] compile "=> {x..} y" as "=> {x..y} y"
Enrico Tassi
2019-01-18
[ssr] compile "=> {x..}/v" as "/v{x..v}"
Enrico Tassi
2019-01-18
[ssr] compile "=> {} y" as "=> {y} y"
Enrico Tassi
2019-01-18
[ssr] clean up implementation of {}/v -> /v{v}
Enrico Tassi
[next]