package caqti

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

Module Caqti_platform.HeapSource

Internal min-heap implementation.

This is a simple min-heap implementation deemed sufficient for the Pool module. There are algorithms better suited for larger heaps.

Sourcemodule type S = sig ... end
Sourcemodule Make (Elt : Set.OrderedType) : S with type elt = Elt.t
OCaml

Innovation. Community. Security.