Revision f173dc4a083b572bf6fc1eef2ef7723e39c1ba9a authored by François Dupressoir on 24 July 2017, 17:15:18 UTC, committed by François Dupressoir on 24 July 2017, 17:15:18 UTC
1 parent e456402
Raw File
ecFortune.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2017 - Inria
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

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