Revision 11a875951d0f94381b22b362ddf8b0cc18f77886 authored by Benjamin Gregoire on 14 February 2020, 08:36:31 UTC, committed by Benjamin Gregoire on 14 February 2020, 08:36:31 UTC
1 parent 4f587f3
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