Split prettification from proof mode reduction
pm_reduce just reduces away proof mode terms using cbv; pm_prettify just prettifies user-visible connectors using cbn. Most uses of pm_default are converted to default to keep the desired reduction behavior.
Showing
- tests/proofmode.ref 19 additions, 3 deletionstests/proofmode.ref
- tests/proofmode.v 11 additions, 0 deletionstests/proofmode.v
- theories/proofmode/class_instances_bi.v 5 additions, 2 deletionstheories/proofmode/class_instances_bi.v
- theories/proofmode/classes.v 2 additions, 2 deletionstheories/proofmode/classes.v
- theories/proofmode/ltac_tactics.v 1 addition, 1 deletiontheories/proofmode/ltac_tactics.v
- theories/proofmode/reduction.v 9 additions, 7 deletionstheories/proofmode/reduction.v
Loading
Please register or sign in to comment