Revision 1b160da5eaec68622458f8d118db751418641b99 authored by Pierre-Yves Strub on 14 November 2019, 06:59:17 UTC, committed by Pierre-Yves Strub on 14 November 2019, 06:59:17 UTC
1 parent 516917b
Raw File
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