aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/Tests_verit_tactics.v
Commit message (Collapse)AuthorAgeFilesLines
* 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