Skip to content
Snippets Groups Projects
  1. Feb 17, 2022
  2. Feb 16, 2022
    • Sergey Bozhko's avatar
      Rename arguments of [apply _ with (NAME0 := _)] · e078c510
      Sergey Bozhko authored and Björn Brandenburg's avatar Björn Brandenburg committed
      From changelog of Coq version 8.15:
      Changed: [apply with] does not rename arguments unless using
      compatibility flag Apply With Renaming (#13837, fixes #13759, by Gaëtan
      Gilbert).
      
      So, this commit replaces all occurrences of [apply L with (NAME0 := V)]
      to [apply L with (NAME := V)]
      e078c510
  3. Oct 07, 2021
  4. Sep 08, 2021
    • Sergey Bozhko's avatar
      clean up `nat.v` · b3f7a4bc
      Sergey Bozhko authored and Björn Brandenburg's avatar Björn Brandenburg committed
      Note that many files have changed; however, this is due to the fact that some of the lemmas in nat.v have been renamed or removed.
      b3f7a4bc
  5. Aug 05, 2020
  6. May 19, 2020
  7. May 11, 2020
  8. Dec 19, 2019
  9. Nov 15, 2019
Loading