package grenier

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

Module Balmap.SetSource

Sourcemodule type OrderedType = Set.OrderedType
Sourcemodule type S = Set.S
Sourcetype +'a balset = private 'a Bt1.t =
  1. | Leaf
  2. | Node of int * 'a balset * 'a * 'a balset
Sourcemodule Make (O : OrderedType) : S with type elt = O.t and type t = O.t balset
OCaml

Innovation. Community. Security.