https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 123568590b00465674fcc6104d8061c20a27e5a3 authored by Benjamin Gregoire on 13 December 2021, 08:56:53 UTC
add lemma on dfun + remove admit
Tip revision: 1235685
ecFortune.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2018 - Inria
 * Copyright (c) - 2012--2018 - Ecole Polytechnique
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

(* -------------------------------------------------------------------- *)
val init : unit -> unit
val pick : unit -> string option
back to top