package fmlib_std

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

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.