https://github.com/EasyCrypt/easycrypt
Revision f6e775f0cc349c1f277a25600ce6a49956442114 authored by Alley Stoughton on 22 May 2020, 22:12:19 UTC, committed by Alley Stoughton on 26 May 2020, 12:18:55 UTC
with plain, axiomatized (including : {t | phi} as ax) and cases operators.
When cloning, [op nosmt x = ...] is allowed, but nosmt can't be used
with inlining mode.
1 parent 286df20
Raw File
Tip revision: f6e775f0cc349c1f277a25600ce6a49956442114 authored by Alley Stoughton on 22 May 2020, 22:12:19 UTC
Allows nosmt with all operators other than pure, abstract ones - i.e.,
Tip revision: f6e775f
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