https://github.com/EasyCrypt/easycrypt
Revision 4f587f31ac706d4ff34213a912f3a87a21f1fd22 authored by Pierre-Yves Strub on 13 February 2020, 09:06:03 UTC, committed by Pierre-Yves Strub on 13 February 2020, 09:06:03 UTC
1 parent 2bbf3d3
Raw File
Tip revision: 4f587f31ac706d4ff34213a912f3a87a21f1fd22 authored by Pierre-Yves Strub on 13 February 2020, 09:06:03 UTC
"hint simplify [reduce]" does one head reduction for finding the quantifers
Tip revision: 4f587f3
default.nix
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "easycrypt-1.0";
  src = ./.;
  buildInputs = [ ]
    ++ (with ocamlPackages; [ ocaml findlib ocamlbuild batteries menhir merlin zarith inifiles why3 yojson])
    ;
}
back to top