Skip to content
Snippets Groups Projects
  1. Nov 10, 2020
  2. Sep 16, 2020
  3. Mar 13, 2020
  4. Jan 29, 2019
  5. Apr 27, 2018
  6. Apr 05, 2018
  7. Oct 31, 2017
  8. Mar 15, 2017
  9. Jan 31, 2017
  10. Aug 19, 2016
  11. Aug 17, 2016
  12. Feb 20, 2016
  13. Feb 19, 2016
  14. Feb 17, 2016
    • Robbert Krebbers's avatar
      Rename simplify_equality like tactics. · 20690605
      Robbert Krebbers authored
      simplify_equality        => simplify_eq
      simplify_equality'       => simplify_eq/=
      simplify_map_equality    => simplify_map_eq
      simplify_map_equality'   => simplify_map_eq/=
      simplify_option_equality => simplify_option_eq
      simplify_list_equality   => simplify_list_eq
      f_equal'                 => f_equal/=
      
      The /= suffixes (meaning: do simpl) are inspired by ssreflect.
      20690605
  15. Feb 13, 2016
  16. Feb 11, 2016
  17. Dec 22, 2015
  18. Nov 16, 2015
  19. Feb 03, 2017
  20. Feb 01, 2017
    • Robbert Krebbers's avatar
      Port to Coq 8.5 beta 2. · 02f213ce
      Robbert Krebbers authored
      The port makes the following notable changes:
      
      * The carrier types of separation algebras and integer environments are no
        longer in Set. Now they have a type at a fixed type level above Set. This
        both works better in 8.5 and makes the formalization more general.
        I have tried putting them at polymorphic type levels, but that increased the
        compilation time by an order of magnitude.
      * I am using a custom f_equal tactic written in Ltac to circumvent bug #4069.
        That bug has been fixed, so this custom tactic can be removed when the next
        beta of 8.5 is out.
      02f213ce
  21. Feb 08, 2015
  22. Sep 30, 2014
  23. Sep 16, 2014
Loading