Skip to content
Snippets Groups Projects
  1. May 12, 2020
  2. Apr 30, 2020
  3. Apr 10, 2020
  4. Apr 08, 2020
  5. Mar 13, 2020
  6. Sep 11, 2019
    • Jacques-Henri Jourdan's avatar
      Fix Open/Close scope · a64bf2f0
      Jacques-Henri Jourdan authored
      Use Open/Close Scope without Local (i.e., export the scope opening)
      only when the scope corresponds to the main purpose of the module.
      a64bf2f0
  7. May 17, 2019
  8. Jan 29, 2019
  9. May 24, 2018
    • Ralf Jung's avatar
      Remove the `default` notation for options · e585be6d
      Ralf Jung authored
      The notation was parsing-only and all it did was reorder the arguments for
      from_option.  This creates just a needless divergence between what is written
      and what is printed.  Also, removing it frees the name for maybe introducing a
      function or notation `default` with a type like `T -> option T -> T`.
      e585be6d
  10. Nov 09, 2017
  11. Sep 08, 2017
  12. Mar 15, 2017
  13. Jan 31, 2017
  14. Nov 19, 2016
  15. Sep 20, 2016
  16. Jun 30, 2016
    • Robbert Krebbers's avatar
      Hack to avoid getting String.length instead of List.length. · c60a65d1
      Robbert Krebbers authored
      In noticed in Amin's development that importing the proof mode often
      turns length into String.length. The weird thing is that before importing
      the proof mode, it refers to List.length, and when importing just the
      proof mode, it refers to List.length too. However, in some combinations of
      imports, it seems to result in it refering to String.length...
      c60a65d1
  17. Apr 07, 2016
  18. 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
  19. Feb 13, 2016
  20. Feb 11, 2016
  21. Jan 12, 2016
  22. Dec 22, 2015
  23. Dec 04, 2015
Loading