Skip to content
Snippets Groups Projects
  1. Feb 06, 2017
  2. Jan 05, 2017
  3. Jan 04, 2017
  4. Jan 03, 2017
  5. Dec 09, 2016
  6. Dec 05, 2016
    • Robbert Krebbers's avatar
      New definition of contractive. · 176a588c
      Robbert Krebbers authored
      Using this new definition we can express being contractive using a
      Proper. This has the following advantages:
      
      - It makes it easier to state that a function with multiple arguments
        is contractive (in all or some arguments).
      - A solve_contractive tactic can be implemented by extending the
        solve_proper tactic.
      176a588c
  7. Nov 17, 2016
  8. Oct 10, 2016
  9. Aug 16, 2016
  10. Aug 09, 2016
  11. Jul 22, 2016
  12. May 25, 2016
    • Robbert Krebbers's avatar
      Tweak the algebraic hierarchy. · a3d0a338
      Robbert Krebbers authored
      - Make the carrier argument of the constructors for the canonical structures
        cofeT and cmraT explicit. This way we make sure the carrier is properly
        exposed, instead of some alias of the carrier.
      - Make derived constructions (such as discreteC and discreteR) notations
        instead of definitions. This is yet again to make sure that the carrier is
        properly exposed.
      - Turn DRA into a canonical structure (it used to be a type class).
      
      This fixes some issues, notably it fixes some broken rewrites in algebra/sts
      and it makes canonical structures work properly with dec_agree.
      a3d0a338
  13. Mar 23, 2016
  14. Mar 11, 2016
  15. Mar 10, 2016
  16. Mar 08, 2016
  17. Mar 07, 2016
  18. Mar 03, 2016
  19. Mar 01, 2016
  20. Feb 29, 2016
  21. Feb 25, 2016
  22. Feb 24, 2016
  23. Feb 23, 2016
  24. Feb 22, 2016
    • Robbert Krebbers's avatar
      Fix mess by my previous commits ... · e9af95ac
      Robbert Krebbers authored
      due to an accidental git commit --amend after a git push.
      e9af95ac
    • Robbert Krebbers's avatar
      Let set_solver not use eauto by default. · 9aff6bb6
      Robbert Krebbers authored
      In most cases there is a lot of duplicate proof search performed by
      both naive_solver and eauto. Especially since naive_solver calls its
      tactic (in the case of set_solver this used to be eauto) quite eagerly
      this made it very slow.
      
      Note that set_solver is this too slow and should be improved.
      9aff6bb6
    • Robbert Krebbers's avatar
      Let set_solver not use eauto by default. · de5f0f84
      Robbert Krebbers authored
      In most cases there is a lot of duplicate proof search performed by
      both naive_solver and eauto. Especially since naive_solver calls its
      tactic (in the case of set_solver this used to be eauto) quite eagerly
      this made it very slow.
      
      Note that set_solver is this too slow and should be improved.
      de5f0f84
    • Robbert Krebbers's avatar
      Small STS tweaks. · b7b455bd
      Robbert Krebbers authored
      b7b455bd
  25. Feb 21, 2016
  26. Feb 20, 2016
Loading