https://github.com/EasyCrypt/easycrypt
Revision 9c741f1210980a35b4c3c0909580926be96d79d1 authored by Pierre-Yves Strub on 02 April 2021, 11:52:49 UTC, committed by Pierre-Yves Strub on 02 April 2021, 11:52:49 UTC
1 parent 30b7cae
Raw File
Tip revision: 9c741f1210980a35b4c3c0909580926be96d79d1 authored by Pierre-Yves Strub on 02 April 2021, 11:52:49 UTC
List: subseqs
Tip revision: 9c741f1
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