Allow `iSpecialize` to be nested.
It now supports the specialization pattern `(H spat1 .. spatn)`, which first recursively specializes the hypothesis `H` using the specialization patterns `spat1 .. spatn`.
Showing
- ProofMode.md 5 additions, 0 deletionsProofMode.md
- tests/proofmode.ref 16 additions, 0 deletionstests/proofmode.ref
- tests/proofmode.v 40 additions, 1 deletiontests/proofmode.v
- theories/proofmode/coq_tactics.v 11 additions, 17 deletionstheories/proofmode/coq_tactics.v
- theories/proofmode/ltac_tactics.v 34 additions, 2 deletionstheories/proofmode/ltac_tactics.v
- theories/proofmode/spec_patterns.v 35 additions, 16 deletionstheories/proofmode/spec_patterns.v
Loading
Please register or sign in to comment