Skip to content
Snippets Groups Projects
  1. Jun 14, 2018
  2. Jun 13, 2018
  3. Jun 10, 2018
  4. Jun 09, 2018
  5. Jun 06, 2018
  6. Jun 05, 2018
  7. Jun 01, 2018
  8. May 31, 2018
  9. May 29, 2018
  10. May 17, 2018
  11. Dec 09, 2016
  12. Dec 08, 2016
  13. Dec 06, 2016
  14. Nov 24, 2016
  15. Nov 22, 2016
    • Robbert Krebbers's avatar
      Make nclose an explicit coercion. · 274209c2
      Robbert Krebbers authored and Ralf Jung's avatar Ralf Jung committed
      We do this by introducing a type class UpClose with notation ↑.
      
      The reason for this change is as follows: since `nclose : namespace
      → coPset` is declared as a coercion, the notation `nclose N ⊆ E` was
      pretty printed as `N ⊆ E`. However, `N ⊆ E` could not be typechecked
      because type checking goes from left to right, and as such would look
      for an instance `SubsetEq namespace`, which causes the right hand side
      to be ill-typed.
      274209c2
    • Ralf Jung's avatar
      new notation for pure assertions · 99cbb525
      Ralf Jung authored
      99cbb525
    • Ralf Jung's avatar
      use OFEs instead of COFEs everywhere · 75518c9a
      Ralf Jung authored
      Use COFEs only for the recursive domain equation solver
      75518c9a
  16. Nov 09, 2016
  17. Nov 03, 2016
  18. Nov 01, 2016
Loading