https://github.com/EasyCrypt/easycrypt
Revision e770f0f13cdde69035f74569f9fd7a370abd934d authored by Pierre-Yves Strub on 09 November 2021, 15:36:49 UTC, committed by Pierre-Yves Strub on 09 November 2021, 15:36:49 UTC
the section mechanism has been refactored s.t. it provides
a more uniform interface where any kind of declaration
can be marked as local / declared and erased / generalized
when the section is closed.

Co-authored-by: Benjamin Grégoire <benjamin.gregoire@inria.fr>
Co-authored-by: Pierre-Yves Strub <pierre-yves@strub.nu>
1 parent b0e609d
Raw File
Tip revision: e770f0f13cdde69035f74569f9fd7a370abd934d authored by Pierre-Yves Strub on 09 November 2021, 15:36:49 UTC
Refactor & generalize the section mechanism
Tip revision: e770f0f
COPYRIGHT.yaml
entities:
  IMDEA : "IMDEA Software Institute"
  INRIA : "Inria"
  X     : "Ecole Polytechnique"
copyrights:
  - pattern: ["src/*.ml*", "src/*/*.ml*"]
    style: "ocaml"
    license: "CeCILL-C-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2018" }
      - { who: "X"    , date: "2012--2018" }
  - pattern: ["theories/*.ec", "theories/*/*.ec*"]
    style: "ocaml"
    license: "CeCILL-B-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2018" }
      - { who: "X"    , date: "2012--2018" }
back to top