Skip to content
Snippets Groups Projects
Forked from Iris / Iris
Source project has a limited visibility.
  • Jacques-Henri Jourdan's avatar
    43a1a90f
    Reorder Requires so that we do not depend of Export bugs. · 43a1a90f
    Jacques-Henri Jourdan authored
    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 (??).
    43a1a90f
    History
    Reorder Requires so that we do not depend of Export bugs.
    Jacques-Henri Jourdan authored
    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 (??).