package fmlib_std

  1. Overview
  2. Docs
Standard datatypes of Fmlib

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.6.0.tar.gz
sha256=650393b6315075780d51cc698e2ee19bc359f114fc39365fbe137b24f663189e

doc/fmlib_std/Fmlib_std/Btree/index.html

Module Fmlib_std.Btree

Sets and maps based on B trees.

module Set (Key : Interfaces.SORTABLE) : sig ... end

A finite set implemented by a B tree.

module Map (Key : Interfaces.SORTABLE) : sig ... end

A finite map implemented by a B tree.