https://github.com/EasyCrypt/easycrypt
Revision 2bbf3d33fb6f6f5fa2d042d28f3b90151ae02378 authored by Pierre-Yves Strub on 13 February 2020, 08:38:38 UTC, committed by Pierre-Yves Strub on 13 February 2020, 08:38:38 UTC
 - reduce: equations are found up-to reduction
 - eqtrue: if no equations can be found, add a equation of the form
           (e = true)
1 parent 2efb9e7
Raw File
Tip revision: 2bbf3d33fb6f6f5fa2d042d28f3b90151ae02378 authored by Pierre-Yves Strub on 13 February 2020, 08:38:38 UTC
Add new options to 'hint simplify':
Tip revision: 2bbf3d3
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