Add tactic `tc_solve`.
1 unresolved thread
1 unresolved thread
Compare changes
+ 17
− 0
@@ -59,6 +59,23 @@ End seal.
This is iSolveTC
from Iris. I think it's good to move this tactic to std++ because it is not specific to Iris.
Also I used the tc_
prefix to be consistent with other type class related utilities in std++.
Why is this in
base.v
, nottactics.v
?cyclic dependencies, the instances for
TCIf
in this file needtc_solve
.