package owl

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

Parameters

Signature

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