aboutsummaryrefslogtreecommitdiffstats
path: root/src/QInst.v
Commit message (Collapse)AuthorAgeFilesLines
* Equality between Booleans should be changed for hypothesesChantal Keller2021-04-261-1/+42
|
* 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)
* 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
* 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