https://github.com/EasyCrypt/easycrypt
Revision bc4f6df300f8847fc5c8226d8adee2ff679a6d94 authored by Pierre-Yves Strub on 15 October 2020, 08:39:16 UTC, committed by Pierre-Yves Strub on 15 October 2020, 08:39:16 UTC
It stands for "glob M" without "p1, p2, ..."
1 parent 22a8b51
Raw File
Tip revision: bc4f6df300f8847fc5c8226d8adee2ff679a6d94 authored by Pierre-Yves Strub on 15 October 2020, 08:39:16 UTC
"={_}" now supports the construction "glob M \ { p1, p2, ... }"
Tip revision: bc4f6df
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