package owl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Owl_ppl_random_variable.MakeSource

Parameters

Signature

Sourcemodule Dist : sig ... end
Sourcemodule Lazy : sig ... end
Sourcetype t = {
  1. mutable dist : Dist.dist;
  2. mutable expr : Lazy.value;
}
Sourceval uniform : a:'a -> b:'b -> unit