Revision 772133390e3e31ed3bf442d37137f93db00210e2 authored by Alley Stoughton on 05 November 2017, 08:09:52 UTC, committed by Pierre-Yves Strub on 05 November 2017, 08:09:52 UTC
rewrite Pr [...]

for mu_ge0 and mu_le1, corresponding to

lemma ge0_mu (d : 'a distr) p : 0%r <= mu d p.
lemma le1_mu (d : 'a distr) p : mu d p <= 1%r.

from Distr.ec
1 parent 7f64de1
Raw File
ecVersion.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2017 - Inria
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

(* -------------------------------------------------------------------- *)
val copyright : string list
val url       : string
val hash      : string

module License : sig
  val engine : string
  val stdlib : string
end
back to top