make "make quick" quick by adding hints about the used section variables
This patch was created using find -name *.v | xargs -L 1 awk -i inplace '{from = 0} /^From/{ from = 1; ever_from = 1} { if (from == 0 && seen == 0 && ever_from == 1) { print "Set Default Proof Using \"Type*\"."; seen = 1 } }1 ' and some minor manual editing
Showing
- theories/algebra/agree.v 2 additions, 0 deletionstheories/algebra/agree.v
- theories/algebra/auth.v 1 addition, 0 deletionstheories/algebra/auth.v
- theories/algebra/base.v 2 additions, 1 deletiontheories/algebra/base.v
- theories/algebra/cmra.v 1 addition, 0 deletionstheories/algebra/cmra.v
- theories/algebra/cmra_big_op.v 1 addition, 0 deletionstheories/algebra/cmra_big_op.v
- theories/algebra/cmra_tactics.v 1 addition, 0 deletionstheories/algebra/cmra_tactics.v
- theories/algebra/coPset.v 1 addition, 0 deletionstheories/algebra/coPset.v
- theories/algebra/cofe_solver.v 1 addition, 0 deletionstheories/algebra/cofe_solver.v
- theories/algebra/csum.v 1 addition, 0 deletionstheories/algebra/csum.v
- theories/algebra/deprecated.v 1 addition, 0 deletionstheories/algebra/deprecated.v
- theories/algebra/dra.v 1 addition, 0 deletionstheories/algebra/dra.v
- theories/algebra/excl.v 1 addition, 0 deletionstheories/algebra/excl.v
- theories/algebra/frac.v 1 addition, 0 deletionstheories/algebra/frac.v
- theories/algebra/gmap.v 1 addition, 0 deletionstheories/algebra/gmap.v
- theories/algebra/gset.v 1 addition, 0 deletionstheories/algebra/gset.v
- theories/algebra/iprod.v 1 addition, 0 deletionstheories/algebra/iprod.v
- theories/algebra/list.v 1 addition, 0 deletionstheories/algebra/list.v
- theories/algebra/local_updates.v 1 addition, 0 deletionstheories/algebra/local_updates.v
- theories/algebra/ofe.v 1 addition, 0 deletionstheories/algebra/ofe.v
- theories/algebra/sts.v 1 addition, 0 deletionstheories/algebra/sts.v
Loading
Please register or sign in to comment