Skip to content
Snippets Groups Projects
  1. Feb 26, 2016
  2. Feb 22, 2016
    • Robbert Krebbers's avatar
      Move global functor construction to its own file and define notations. · 457a11d9
      Robbert Krebbers authored
      And now the part that I forgot to commit.
      457a11d9
    • Robbert Krebbers's avatar
      Restraint instance search for global functors. · e0d0f8dd
      Robbert Krebbers authored
      Also, give all these global functors the suffix GF to avoid shadowing
      such as we had with authF.
      
      And add some type annotations for clarity.
      e0d0f8dd
    • Ralf Jung's avatar
      add the infrastructure for Coq to automatically infer the "inG" instances · 95c486ef
      Ralf Jung authored
      I added a new typeclass "inGF" to witness that a particular *functor* is part of \Sigma. inG, in contrast, witnesses a particular *CMRA* to be in there, after applying the functor to "\later iProp".
      inGF can be inferred if that functor is consed to the head of \Sigma, and it is preserved by consing a new functor to \Sigma. This is not the case for inG since the recursive occurence of \Sigma also changes.
      For evry construction (auth, sts, saved_prop), there is an instance infering the respective authG, stsG, savedPropG from an inGF. There is also a global inG_inGF, but Coq is unable to use it.
      
      I tried to instead have *only* inGF, since having both typeclasses seemed weird. However, then the actual type that e.g. "own" is about is the result of applying a functor, and Coq entirely fails to infer anything.
      
      I had to add a few type annotations in heap.v, because Coq tried to use the "authG_inGF" instance before the A got fixed, and ended up looping and expanding endlessly on that proof of timelessness.
      This does not seem entirely unreasonable, I was honestly surprised Coq was able to infer the types previously.
      95c486ef
    • Ralf Jung's avatar
      provide a closed proof of the client · ead5cad9
      Ralf Jung authored
      ead5cad9
    • Ralf Jung's avatar
      move a TODO around · 37713a6a
      Ralf Jung authored
      37713a6a
    • Robbert Krebbers's avatar
      Use ewp tactic in heap_lang/tests. · afa8efc2
      Robbert Krebbers authored
      afa8efc2
  3. Feb 21, 2016
  4. Feb 20, 2016
  5. Feb 19, 2016
  6. Feb 18, 2016
  7. Feb 17, 2016
  8. Feb 16, 2016
    • Robbert Krebbers's avatar
      Use bundled type classes for ghost ownership. · b07dd0b5
      Robbert Krebbers authored
      * These type classes bundle an identifier into the global CMRA with a proof
        that the identifier points to the correct CMRA. Bundling allows us to get
        rid of many arguments everywhere.
      
      * I have setup the type classes so that we no longer have to keep track of the
        global CMRA identifiers. These are implicit and resolved automatically.
      
      * For heap I am also bundling the name of the heap RA instance. There always
        should be at most one heap instance so this does not introduce ambiguities.
      
      * We now have a "maps to" notation!
      b07dd0b5
    • Ralf Jung's avatar
      strengthen auth and heap rules to only require the assertion under a later · e9c6a8ea
      Ralf Jung authored
      Whenever clients get this stuff out of invariants, this is much more convenient for them, compared to applying timelessness themselves.
      On the other hand, this makes the test proofs slightly more annoying, since they have to manually strip away that later. I am not sure if it is worth having separate lemmas (well, tactics, soon) for that.
      Eventually, we should have a tactic which, given "... * P * ... |- ... * \later^n P * ...", automatically gets rid of the P.
      e9c6a8ea
    • Robbert Krebbers's avatar
      Tweak use of wp_value in wp_tactics. · cd509c3f
      Robbert Krebbers authored
      We only use wp_value in the end if the resulting goal is yet
      another wp. Otherwise we may not be able to do a final view
      shift (as observed by Ralf).
      cd509c3f
    • Ralf Jung's avatar
      some playing around with wp_tactics · 7827f688
      Ralf Jung authored
      7827f688
    • Robbert Krebbers's avatar
      Some test tweaks. · b7cf62fd
      Robbert Krebbers authored
      b7cf62fd
  9. Feb 15, 2016
  10. Feb 14, 2016
  11. Feb 13, 2016
  12. Feb 12, 2016
Loading