package itv-tree

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. lbound : float;
  2. rbound : float;
}
val create : float -> float -> t
val of_pair : (float * float) -> t
val to_pair : t -> float * float
OCaml

Innovation. Community. Security.