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