Skip to content
Snippets Groups Projects
  1. Dec 06, 2016
  2. Dec 05, 2016
    • Robbert Krebbers's avatar
      New definition of contractive. · 3caefaaa
      Robbert Krebbers authored
      Using this new definition we can express being contractive using a
      Proper. This has the following advantages:
      
      - It makes it easier to state that a function with multiple arguments
        is contractive (in all or some arguments).
      - A solve_contractive tactic can be implemented by extending the
        solve_proper tactic.
      3caefaaa
  3. Nov 29, 2016
  4. Nov 24, 2016
  5. Nov 23, 2016
  6. Nov 22, 2016
  7. Nov 21, 2016
  8. Nov 20, 2016
  9. Nov 19, 2016
  10. Nov 17, 2016
  11. Nov 16, 2016
  12. Nov 15, 2016
  13. Nov 10, 2016
    • Robbert Krebbers's avatar
      Remove Existing Class Is_true. · 94ecebcc
      Robbert Krebbers authored
      Having Is_true as a type class caused problems with rewrite: when the
      rewrited lemma has a premise of the shape Is_true, the rewrite tactic
      will complain that it cannot find a type class instance, instead
      of generating a goal for that premise.
      94ecebcc
  14. Nov 07, 2016
Loading