https://github.com/EasyCrypt/easycrypt
Revision 4a454f39fb7de9e29df233ffc90f3061ed51f33c authored by Benjamin Gregoire on 03 December 2015, 10:16:56 UTC, committed by Benjamin Gregoire on 03 December 2015, 10:16:56 UTC
1 parent 4563255
Raw File
Tip revision: 4a454f39fb7de9e29df233ffc90f3061ed51f33c authored by Benjamin Gregoire on 03 December 2015, 10:16:56 UTC
add return type when printing operator
Tip revision: 4a454f3
COPYRIGHT.yaml
entities:
  IMDEA : "IMDEA Software Institute"
  INRIA : "Inria"
copyrights:
  - pattern: ["src/*.ml*", "src/*/*.ml*"]
    style: "ocaml"
    license: "CeCILL-C-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2015" }
      - { who: "INRIA", date: "2012--2015" }
  - pattern: ["theories/*.ec", "theories/*/*.ec*"]
    style: "ocaml"
    license: "CeCILL-B-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2015" }
      - { who: "INRIA", date: "2012--2015" }
back to top