https://github.com/EasyCrypt/easycrypt
Revision f4b94e8a6f90413abd0bf7ef62285855cd459df0 authored by Pierre-Yves Strub on 16 December 2015, 18:06:01 UTC, committed by Pierre-Yves Strub on 16 December 2015, 18:07:43 UTC
 - `move=> _` does a late clear
 - `move=> ?` does an anonymous (_) intro

This is currently not enabled by default. The option `oldip` has
first to be cleared (`pragma -oldip`)
1 parent 65269da
Raw File
Tip revision: f4b94e8a6f90413abd0bf7ef62285855cd459df0 authored by Pierre-Yves Strub on 16 December 2015, 18:06:01 UTC
Implement ssr compatible naming for i-p.
Tip revision: f4b94e8
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