aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/Tests_verit_tactics.v
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightChantal Keller2022-02-161-1/+1
|
* Solved bug in delayed ComDecChantal Keller2021-12-071-0/+23
|
* More bad instanciations by veritChantal Keller2021-11-151-0/+26
|
* Two examples showing that prenex dependency is handled, but not non-prenex oneChantal Keller2021-10-141-0/+43
|
* vauto is now complete w.r.t. symmetry of equality (but may be exponential in ↵Chantal Keller2021-09-201-0/+37
| | | | some cases)
* Solve bug in prop2boolChantal Keller2021-09-171-0/+6
|
* Update copyrightChantal Keller2021-05-261-1/+1
|
* Another silent change of veriT...Chantal Keller2021-05-061-0/+22
|
* Example for #92Chantal Keller2021-05-061-0/+12
|
* CompDec on interpreted typeChantal Keller2021-05-051-0/+35
|
* Reify applied polymorphic terms with compdecChantal Keller2021-05-051-0/+31
|
* Solve a bug when reifying under a binderChantal Keller2021-04-281-0/+14
|
* Equality between Booleans should be changed for hypothesesChantal Keller2021-04-261-0/+11
|
* CompDec are automatically discharged when generated by the OCaml tactic, ↵Chantal Keller2021-04-261-4/+13
| | | | when possible
* Take hypotheses from the local context (#91)ckeller2021-04-261-52/+46
| | | | | * The tactics sets veritXXX and smtXXX now automatically take hypotheses from the local context * `prop2bool_hyps` also apply to hypotheses not in the local context * Second strategy for vauto (still incomplete)
* Convert hypotheses from Prop to bool (#89)ckeller2021-04-211-38/+171
| | | | | | | * This PR converts hypotheses given to the tactics verit, verit_no_check, smt and smt_no_check from Prop to bool when needed. * Some current limitations are detailed in src/PropToBool.v. * Partially enhances #30 .
* The examples on lists uses the true list typeChantal Keller2021-02-231-10/+5
|
* Link equality on uninterpreted sorts with SMT equality (#86)ckeller2021-02-231-26/+129
| | | | | Equality is now treated from uninterpreted sorts, which makes them usable with tactics! Closes #17 Closes #78
* Reify polymorphic termsckeller2021-01-051-0/+10
| | | A polymorphic term is now reified as a whole of the term applied to one or many types. The same polymorphic term applied to different types is reified as different monomorphic terms.
* Close #10Chantal Keller2020-05-151-0/+18
|
* Test asynchronous and make the selected lemmas persistant (#66)ckeller2020-03-261-106/+118
| | | | | | | * Add a test target for asynchronous proof checking (does not fully reflect the coqide behavior though) * Make the selected lemmas persistant Co-authored-by: Chantal Keller <Chantal.Keller@lri.fr>
* Separate unit tests into vernac and tacticsChantal Keller2019-04-121-0/+966