utils
IndexBuffer.Gen
bit_lib
fix
front
kernel
lrgrep.internal
lrgrep.interpreter
lrgrep.runtime
lrijkstra_utils
support
syntax
valmari
type ('n, 'a) t
type 'n reservation
val add : ('n, 'a) t -> 'a -> 'n Fix.Indexing.index
val reserve : ('n, 'a) t -> 'n reservation
val index : 'n reservation -> 'n Fix.Indexing.index
val commit : ('n, 'a) t -> 'n reservation -> 'a -> unit
val get : ('n, 'a) t -> 'n Fix.Indexing.index -> 'a
val set : ('n, 'a) t -> 'n Fix.Indexing.index -> 'a -> unit
val freeze : ('n, 'a) t -> ('n, 'a) Fix.Indexing.vector
val freeze_map : ('n, 'a) t -> ('n Fix.Indexing.index -> 'a -> 'b) -> ('n, 'b) Fix.Indexing.vector
module Make () : sig ... end