package itv-tree

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a t = {
  1. lbound : float;
  2. rbound : float;
  3. value : 'a;
}
val create : float -> float -> 'a -> 'a t
val of_triplet : (float * float * 'a) -> 'a t
val to_triplet : 'a t -> float * float * 'a
OCaml

Innovation. Community. Security.