Reorder Requires so that we do not depend of Export bugs.
The general idea is to first import/export modules which are further than the current one, and then import/export modules which are close dependencies. This commit tries to use the same order of imports for every file, and describes the convention in ProofGuide.md. There is one exception, where we do not follow said convention: in program_logic/weakestpre.v, using that order would break printing of texan triples (??).
Showing
- ProofGuide.md 18 additions, 0 deletionsProofGuide.md
- tests/atomic.v 2 additions, 2 deletionstests/atomic.v
- tests/heap_lang2.v 1 addition, 1 deletiontests/heap_lang2.v
- tests/ipm_paper.v 1 addition, 1 deletiontests/ipm_paper.v
- tests/list_reverse.v 1 addition, 1 deletiontests/list_reverse.v
- tests/mosel_paper.v 1 addition, 1 deletiontests/mosel_paper.v
- tests/one_shot.v 2 additions, 2 deletionstests/one_shot.v
- tests/one_shot_once.v 2 additions, 2 deletionstests/one_shot_once.v
- tests/tree_sum.v 1 addition, 1 deletiontests/tree_sum.v
- theories/algebra/auth.v 1 addition, 1 deletiontheories/algebra/auth.v
- theories/algebra/big_op.v 1 addition, 1 deletiontheories/algebra/big_op.v
- theories/algebra/cmra.v 1 addition, 1 deletiontheories/algebra/cmra.v
- theories/algebra/cmra_big_op.v 2 additions, 2 deletionstheories/algebra/cmra_big_op.v
- theories/algebra/coPset.v 1 addition, 1 deletiontheories/algebra/coPset.v
- theories/algebra/csum.v 1 addition, 1 deletiontheories/algebra/csum.v
- theories/algebra/frac_auth.v 1 addition, 2 deletionstheories/algebra/frac_auth.v
- theories/algebra/functions.v 1 addition, 1 deletiontheories/algebra/functions.v
- theories/algebra/gmap.v 2 additions, 3 deletionstheories/algebra/gmap.v
- theories/algebra/gmultiset.v 1 addition, 1 deletiontheories/algebra/gmultiset.v
- theories/algebra/gset.v 1 addition, 1 deletiontheories/algebra/gset.v
Loading
Please register or sign in to comment