Skip to content
Snippets Groups Projects
  1. Jun 26, 2016
    • Robbert Krebbers's avatar
      Improve solve_proper a bit. · b3d2ff9b
      Robbert Krebbers authored
      This is very experimental. It should now deal better with stuff like:
      
        match x with .. end = match y with .. end
      
      In case there is a hypothesis H : R x y, it will try to destruct it.
      b3d2ff9b
  2. Jun 24, 2016
  3. Jun 23, 2016
  4. Jun 21, 2016
  5. Jun 20, 2016
  6. Jun 19, 2016
  7. Jun 17, 2016
  8. Jun 16, 2016
  9. Jun 15, 2016
  10. 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
Loading