Skip to content
Snippets Groups Projects
  1. Jun 24, 2021
  2. Jan 07, 2021
  3. Dec 24, 2020
  4. Nov 20, 2020
  5. Nov 12, 2020
  6. Nov 10, 2020
  7. Sep 16, 2020
  8. Mar 13, 2020
  9. Jan 29, 2019
  10. Apr 27, 2018
  11. Apr 05, 2018
  12. Oct 31, 2017
  13. Mar 15, 2017
  14. Jan 31, 2017
  15. Aug 19, 2016
  16. Aug 17, 2016
  17. Feb 20, 2016
  18. Feb 19, 2016
  19. 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
  20. Feb 13, 2016
  21. Feb 11, 2016
  22. Dec 22, 2015
  23. Nov 16, 2015
  24. Feb 03, 2017
  25. 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
  26. Feb 08, 2015
  27. Sep 30, 2014
  28. Sep 16, 2014
Loading