Skip to content
Snippets Groups Projects
  1. Jul 13, 2016
  2. Jul 12, 2016
  3. Jul 11, 2016
  4. Jul 04, 2016
  5. Jul 03, 2016
  6. Jun 30, 2016
  7. Jun 29, 2016
  8. Jun 27, 2016
  9. Jun 23, 2016
  10. Jun 17, 2016
  11. Jun 16, 2016
  12. Jun 15, 2016
  13. Jun 14, 2016
  14. Jun 01, 2016
  15. May 31, 2016
  16. May 30, 2016
  17. May 28, 2016
    • Robbert Krebbers's avatar
      CMRAs with partial cores. · cfb00b3e
      Robbert Krebbers authored
      Based on an idea and WIP commits of J-H. Jourdan: the core of a CMRA
      A is now a partial function A → option A.
      
      TODO: define sum CMRA
      TODO: remove one shot CMRA and define it in terms of sum
      cfb00b3e
  18. May 27, 2016
  19. May 24, 2016
    • Robbert Krebbers's avatar
      Change notations of big_ops for upred. · 93792f5c
      Robbert Krebbers authored
      Rationale: to make the code closer to what is on paper, I want the notations
      to look like quantifiers, i.e. have a binder built-in. I thus introduced the
      following notations:
      
        [★ map] k ↦ x ∈ m, P
        [★ set] x ∈ X, P
      
      The good thing - contrary to the notations that we had before that required an
      explicit lambda - is that type annotations of k and x are now not printed
      making goals much easier to read.
      93792f5c
Loading