Skip to content
Snippets Groups Projects
  1. Feb 17, 2016
  2. Feb 16, 2016
  3. Feb 13, 2016
  4. Feb 12, 2016
  5. Feb 11, 2016
  6. Feb 10, 2016
  7. Feb 09, 2016
  8. Feb 04, 2016
  9. Feb 02, 2016
    • Ralf Jung's avatar
    • 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
  10. Feb 01, 2016
  11. Jan 30, 2016
  12. Jan 26, 2016
  13. Jan 22, 2016
  14. Jan 21, 2016
  15. Jan 20, 2016
  16. Jan 19, 2016
  17. Jan 18, 2016
  18. Jan 17, 2016
Loading