aboutsummaryrefslogtreecommitdiffstats
path: root/src/QInst.v
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-261-1/+1
|\
| * Update copyrightChantal Keller2021-05-261-1/+1
| |
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-251-8/+1
|\|
| * CompDec clean-up (#93)ckeller2021-05-251-8/+1
| | | | | | Clean-up the definition of CompDec, leaving the required minimum (in particular for functional arrays)
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-061-0/+11
|\|
| * Another silent change of veriT...Chantal Keller2021-05-061-0/+11
| |
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-261-1/+42
|\|
| * Equality between Booleans should be changed for hypothesesChantal Keller2021-04-261-1/+42
| |
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-261-12/+62
|\|
| * Take hypotheses from the local context (#91)ckeller2021-04-261-12/+62
| | | | | | | | | | * 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)
* | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-02-231-10/+54
|\|
| * Link equality on uninterpreted sorts with SMT equality (#86)ckeller2021-02-231-10/+54
| | | | | | | | | | Equality is now treated from uninterpreted sorts, which makes them usable with tactics! Closes #17 Closes #78
* | Compiles with Coq-8.10Chantal Keller2020-03-311-1/+1
| |
* | Hint DB for QInstChantal Keller2020-01-281-1/+1
|/
* Error message to state that tactics are not supported with native-coq (#47)ckeller2019-04-121-0/+80
* Better error message for failing tactics with native-coq