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/base.v 1 addition, 0 deletionstheories/base.v
- theories/bset.v 1 addition, 0 deletionstheories/bset.v
- theories/coPset.v 1 addition, 0 deletionstheories/coPset.v
- theories/collections.v 1 addition, 0 deletionstheories/collections.v
- theories/countable.v 1 addition, 0 deletionstheories/countable.v
- theories/decidable.v 1 addition, 0 deletionstheories/decidable.v
- theories/fin_collections.v 1 addition, 0 deletionstheories/fin_collections.v
- theories/fin_map_dom.v 1 addition, 0 deletionstheories/fin_map_dom.v
- theories/fin_maps.v 1 addition, 0 deletionstheories/fin_maps.v
- theories/finite.v 1 addition, 0 deletionstheories/finite.v
- theories/functions.v 1 addition, 0 deletionstheories/functions.v
- theories/gmap.v 1 addition, 0 deletionstheories/gmap.v
- theories/gmultiset.v 1 addition, 0 deletionstheories/gmultiset.v
- theories/hashset.v 1 addition, 0 deletionstheories/hashset.v
- theories/hlist.v 1 addition, 0 deletionstheories/hlist.v
- theories/lexico.v 1 addition, 0 deletionstheories/lexico.v
- theories/list.v 1 addition, 0 deletionstheories/list.v
- theories/listset.v 1 addition, 0 deletionstheories/listset.v
- theories/listset_nodup.v 1 addition, 0 deletionstheories/listset_nodup.v
- theories/mapset.v 1 addition, 0 deletionstheories/mapset.v
Loading
Please register or sign in to comment