Skip to content
Snippets Groups Projects
  1. Nov 22, 2024
  2. Oct 08, 2024
  3. Oct 07, 2024
  4. Jul 23, 2024
  5. Jul 16, 2024
  6. Jun 18, 2024
  7. Jun 11, 2024
  8. Mar 13, 2023
  9. Feb 14, 2023
  10. Sep 12, 2022
  11. Jul 12, 2022
  12. Feb 18, 2022
  13. Feb 15, 2022
  14. Dec 17, 2021
  15. May 11, 2021
  16. Mar 24, 2021
  17. Oct 03, 2020
  18. Oct 02, 2020
  19. Apr 28, 2020
  20. Apr 20, 2020
    • Pierre Courtieu's avatar
    • Pierre Courtieu's avatar
      Trying to normalize model declarations. · c0e6df45
      Pierre Courtieu authored
      First try in this normalization process.
      
      Several cleaning ideas:
      
      1) Avoid side effects on instances as much as possible. The general
      goal is that the presence/absence and the order of "Require Import"
      should not break a development too easily.
      
      2) Have systematic header (that we can generate automatically) for
      each "model setting" wrt synchronicity, topology, felxibility,
      observation, etc.
      
      Strategy:
      - avoiding Require Export.
      
      - avoiding Import as much as possible. Only very generic definitions
        are allowed to be imported (Require is of course allowed). Reason:
        it also imports Non Local Instances and notations.
        We may swithc to Local Instance and Local Notation instead, and
        allow more imports later.
      
      - avoid Global Instances as much as possible.
      c0e6df45
  21. Apr 17, 2020
  22. Nov 14, 2019
  23. Sep 29, 2019
  24. Apr 03, 2019
  25. Mar 12, 2019
  26. Mar 11, 2019
  27. Jan 25, 2019
  28. Nov 23, 2018
  29. Sep 15, 2018
  30. Sep 01, 2018
  31. Aug 09, 2018
Loading