https://github.com/EasyCrypt/easycrypt
Revision c17c154193bb6ee13d0988584d500421e1246ca8 authored by Pierre-Yves Strub on 14 July 2016, 14:20:31 UTC, committed by Pierre-Yves Strub on 14 July 2016, 14:20:31 UTC
1 parent 234f832
Raw File
Tip revision: c17c154193bb6ee13d0988584d500421e1246ca8 authored by Pierre-Yves Strub on 14 July 2016, 14:20:31 UTC
async-while prototype implementation (to be tested)
Tip revision: c17c154
ecFortune.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2016 - Inria
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

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