Skip to content
Snippets Groups Projects
  1. Aug 25, 2016
    • Robbert Krebbers's avatar
      Make thread_local a bit more consistent. · 622800da
      Robbert Krebbers authored
      Make names more consistent with the rest of the development, make
      definitions type classes opaque so that the proofmode does not unfold
      then, declare timeless, persistent and proper instances.
      622800da
  2. Aug 24, 2016
  3. Aug 23, 2016
  4. Aug 22, 2016
  5. Aug 21, 2016
  6. Aug 20, 2016
    • Robbert Krebbers's avatar
      Remove the requirement that the unit of a CMRA is timeless. · 7975f872
      Robbert Krebbers authored
      This requirement was useful in Iris 2.0: in order to ensure that ownership of
      the physical state was timeless, we required the ghost CMRA to have a timeless
      unit. To avoid having additional type class parameters, or having to extend the
      algebraic hierarchy, we required the units of any CMRA to be timeless.
      
      In Iris 3.0, this issue no longer applies: ownership of the physical state is
      ghost ownership in the global CMRA, whose unit is always timeless.
      
      Thanks to Jeehoon Kang for spotting this unnecessary requirement.
      7975f872
  7. Aug 19, 2016
Loading