https://github.com/EasyCrypt/easycrypt
Revision dfe37eb16afff9150b029ccf1d8439856d9c122d authored by Cécile BARITEL-RUET on 17 December 2018, 14:32:33 UTC, committed by Cécile BARITEL-RUET on 17 December 2018, 14:32:33 UTC
1 parent ed7bf6c
Raw File
Tip revision: dfe37eb16afff9150b029ccf1d8439856d9c122d authored by Cécile BARITEL-RUET on 17 December 2018, 14:32:33 UTC
fix bug where the type of pred1 was bool instead of 'a -> bool
Tip revision: dfe37eb
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