swh:1:snp:deb9fd355bffe3d96f042bd4e5113afbb0d7cbb2
Raw File
Tip revision: eaa75926d1ae7d2c62d60b4289be5d01dd3c1389 authored by Benjamin Gregoire on 27 November 2019, 21:10:03 UTC
Fix bug in eager if
Tip revision: eaa7592
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