Module type Data.Index

module type Index = sig .. end

Datatype extended with access to value identifiers.


include Data.S
val get : t -> int
val find : int -> t
val clear : unit -> unit

Clear index tables. Use with extreme care.