Improve `iSpecialize ("H" $! x1 .. xn)`.
Instead of doing all the instantiations by invoking a single type class search, it now performs the instantiations by invoking individual type class searches. This a.) gives better error messages and b.) works when `xj` depends on `xi`.
Showing
- theories/proofmode/class_instances.v 7 additions, 0 deletionstheories/proofmode/class_instances.v
- theories/proofmode/classes.v 5 additions, 0 deletionstheories/proofmode/classes.v
- theories/proofmode/coq_tactics.v 4 additions, 20 deletionstheories/proofmode/coq_tactics.v
- theories/proofmode/tactics.v 11 additions, 9 deletionstheories/proofmode/tactics.v
Loading
Please register or sign in to comment