Skip to content
Snippets Groups Projects
  1. Feb 16, 2016
  2. Feb 15, 2016
  3. Feb 14, 2016
  4. Feb 13, 2016
  5. Feb 12, 2016
  6. Feb 11, 2016
  7. Feb 10, 2016
  8. Feb 09, 2016
  9. Feb 08, 2016
  10. Feb 05, 2016
  11. Feb 04, 2016
  12. Feb 03, 2016
  13. 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
  14. Feb 01, 2016
    • Robbert Krebbers's avatar
      Separate parameters for language and global functor. · 817c0816
      Robbert Krebbers authored
      This way we can more easily state lemmas for concrete languages for
      arbitrary global functors.
      817c0816
    • Robbert Krebbers's avatar
      Remove RA from the hierarchy. · b936a5ca
      Robbert Krebbers authored
      Instead, we have just a construction to create a CMRA from a RA. This
      construction is also slightly generalized, it now works for RAs over any
      timeless COFE instead of just the discrete COFE.
      
      Also:
      * Put tactics and big_ops for CMRAs in a separate file.
      * Valid is now a derived notion (as the limit of validN), so it does not have
        to be defined by hand for each CMRA.
      
      Todo:
      Make the constructions DRA -> CMRA and RA -> CMRA more uniform.
      b936a5ca
  15. Jan 30, 2016
  16. Jan 27, 2016
  17. Jan 26, 2016
  18. Jan 21, 2016
  19. Jan 20, 2016
    • Robbert Krebbers's avatar
      Remove autosubst submodule. · 80f07870
      Robbert Krebbers authored
      For consistency, let's deal with autosubst in the same way as with
      ssreflect. The user should install it somewhere itself.
      
      This should be documented and possibly discussed later.
      80f07870
  20. Jan 04, 2016
Loading