package bst

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

Module Bst.Bisec_treeSource

Functorial interface.

Sourcemodule type Point = sig ... end
Sourcetype vp_heuristic =
  1. | One_band
  2. | Two_bands

Heuristic to find good vantage (reference) points.

Sourcetype direction =
  1. | Left
  2. | Right

To reach a point in the bst, you need to follow a path. A path is a list of directions.

Sourcetype step =
  1. | L of float
  2. | R of float

Part of a point's address in the bst.

Sourceval string_of_addr : step list -> string
Sourcemodule Make (P : Point) : sig ... end
OCaml

Innovation. Community. Security.