https://github.com/EasyCrypt/easycrypt
Revision de1d4dca0c9f38a661ed1017f62b7d87cc12b631 authored by Benjamin Gregoire on 27 November 2019, 21:10:03 UTC, committed by Benjamin Gregoire on 29 November 2019, 07:56:52 UTC
1 parent 78e8f6e
Raw File
Tip revision: de1d4dca0c9f38a661ed1017f62b7d87cc12b631 authored by Benjamin Gregoire on 27 November 2019, 21:10:03 UTC
Fix bug in eager if
Tip revision: de1d4dc
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