Module Incremental_kernel__.Node_id

A module internal to Incremental. Users should see Incremental_intf.

Node ids are consecutive integers assigned to nodes as they are created.

type t = private int
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t
val compare : t ‑> t ‑> int
include Core_kernel.Hashable with type t := t
module Hash_set : Core_kernel.Hash_set.S with type elt = t
include Core_kernel.Invariant.S with type t := t
type t
val next : unit ‑> t
val to_string : t ‑> string