Skip to content
Snippets Groups Projects
  1. Jan 05, 2017
  2. Jan 04, 2017
  3. Jan 03, 2017
  4. Dec 26, 2016
  5. Dec 23, 2016
  6. Dec 21, 2016
  7. Dec 09, 2016
  8. Dec 06, 2016
  9. Dec 05, 2016
  10. Dec 02, 2016
  11. Nov 28, 2016
  12. Nov 22, 2016
  13. Oct 05, 2016
  14. Aug 22, 2016
  15. Aug 21, 2016
  16. Aug 11, 2016
  17. Aug 05, 2016
  18. Jul 25, 2016
  19. Jun 17, 2016
  20. Jun 15, 2016
  21. Jun 14, 2016
    • Robbert Krebbers's avatar
      Define projections of cofeT, cmraT and ucmraT as Hint Extern. · 1f3636b0
      Robbert Krebbers authored
      This way, we can use eapply instead of class_apply, which is used
      when the instances are defined using the Instance command. It seems
      that eapply is stronger as class_apply, and as such solves some issues
      when canonical structures have type class parameters, for example:
      
        Goal Op (option (dec_agree nat)). apply _.
      
      This failed, but is fixed by this commit.
      1f3636b0
  22. 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
  23. May 27, 2016
Loading