Skip to content
Snippets Groups Projects
  1. Jan 15, 2020
  2. Jan 13, 2020
  3. Jan 09, 2020
  4. Jan 08, 2020
  5. Dec 13, 2019
  6. Dec 06, 2019
  7. Nov 22, 2019
    • Paolo G. Giarrusso's avatar
      Fix iPoseProof on recursive lemmas (fix #274) · 3f468582
      Paolo G. Giarrusso authored and Robbert Krebbers's avatar Robbert Krebbers committed
      When proving `foo` through a fixpoint, Coq's guardedness checker needs to see to
      which arguments `foo` is applied. Opaque lemmas applied to `foo` itself prevent
      that, so make them transparent.
      * Make `IntoEmpValid` lemmas transparent.
      * Expose application of `IntoEmpValid` instance to its argument.
      * Add comment to `tac_pose_proof`
      
      This MR brings back the type of `tac_pose_proof` to the one it had before !329.
      Hence, this seems worth a comment.
      3f468582
  8. Nov 20, 2019
  9. Nov 10, 2019
  10. Nov 08, 2019
  11. Nov 07, 2019
  12. Nov 05, 2019
  13. Oct 09, 2019
  14. Sep 20, 2019
  15. Sep 19, 2019
  16. Sep 13, 2019
    • Jacques-Henri Jourdan's avatar
      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
  17. Sep 08, 2019
  18. Aug 14, 2019
  19. Aug 13, 2019
  20. Aug 12, 2019
  21. Aug 09, 2019
  22. Aug 07, 2019
  23. Jun 29, 2019
  24. Jun 24, 2019
  25. Jun 18, 2019
  26. Jun 17, 2019
Loading