package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type typ =
  1. | Const of float
  2. | Early of int * int
  3. | None
    (*

    Types of stopping functions.

    *)
val run : typ -> float -> bool

Execute the computations defined in module ``typ``.

val default : typ -> typ

Create module ``typ`` with default values.

val to_string : typ -> string

Convert the module ``typ`` to its string representation.