aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/bug_12860.v
AgeCommit message (Collapse)Author
2020-08-25Require NsatzTactic: nsatz support for Z and QJason Gross
The purpose of `NsatzTactic` is to allow using `nsatz` without the dependency on real axioms. So we declare the instances for `Z` and `Q` in that file, so that users don't have to re-create them. Fixes #12860