Revision fa2646305e7095df5463f5001c57982dde863a23 authored by Cécile BARITEL-RUET on 12 December 2017, 14:42:13 UTC, committed by Cécile BARITEL-RUET on 12 December 2017, 14:42:13 UTC
1 parent aa993b1
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