package containers

  1. Overview
  2. Docs
On This Page
  1. Hashconsed Sets
Legend:
Library
Module
Module type
Parameter
Class
Class type

Hashconsed Sets

Sets are hashconsed, so that set equality is physical equality. Some sub-structure that is common to several sets is also perfectly shared.

status: unstable

  • since 0.12
module type ELT = sig ... end
module type S = sig ... end
module Make (E : ELT) : S with type elt = E.t