Skip to content
Snippets Groups Projects
  1. May 17, 2019
  2. Jan 29, 2019
  3. 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
  4. Nov 09, 2017
  5. Sep 08, 2017
  6. Mar 15, 2017
  7. Jan 31, 2017
  8. Nov 19, 2016
  9. Sep 20, 2016
  10. 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
  11. Apr 07, 2016
  12. 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
  13. Feb 13, 2016
  14. Feb 11, 2016
  15. Jan 12, 2016
  16. Dec 22, 2015
  17. Dec 04, 2015
Loading