Skip to content
Snippets Groups Projects
  1. Mar 15, 2016
  2. Mar 11, 2016
  3. Mar 10, 2016
  4. Mar 06, 2016
  5. Mar 05, 2016
  6. Mar 02, 2016
  7. Feb 26, 2016
  8. Feb 24, 2016
  9. Feb 23, 2016
  10. Feb 22, 2016
  11. Feb 18, 2016
  12. Feb 16, 2016
  13. Feb 15, 2016
  14. Feb 14, 2016
  15. Feb 13, 2016
  16. Feb 12, 2016
  17. Feb 11, 2016
  18. Feb 10, 2016
  19. Feb 09, 2016
  20. Feb 08, 2016
  21. Feb 05, 2016
  22. Feb 04, 2016
  23. Feb 03, 2016
  24. Feb 02, 2016
    • Ralf Jung's avatar
      *oops* revert accidental edit of _CoqProject · 4fae25bb
      Ralf Jung authored
      4fae25bb
    • Ralf Jung's avatar
      make sure macros do not leak across files · bb499fdd
      Ralf Jung authored
      bb499fdd
    • Robbert Krebbers's avatar
      Clean up heap_lang and remove some FIXMEs. · 15058014
      Robbert Krebbers authored
      Notable changes:
      * I am now using the same names for the fields of the language record and the
        instances in heap_lang. In order to deal with shadowing, I have put all
        definitions in heap_lang.v in a module.
      * Instead of defining evaluation contexts recursively, these are now defined
        using lists. This way we can easily reuse operations on lists. For example,
        composition of evaluation contexts is just appending lists. Also, it allowed
        me to simplify the rather complicated proof of step_by_val as induction on
        the shape of contexts no longer results in a blow-up of the number of cases.
      * Use better automation to prove all lemmas of heap_lang.
      * I have introduced tactics to invert steps and to do steps. These tactics
        greatly helped simplifying boring parts of lifting lemmas.
      15058014
Loading