Module Incremental_kernel__.Freeze

A module internal to Incremental. Users should see Incremental_intf.

An 'a Freeze.t is a kind of DAG node that takes on the value of another node and doesn't change thereafter.

include module type of sig ... end
type 'a t = 'a Incremental_kernel__Types.Freeze.t = {
main : 'a Incremental_kernel__Types.Node.t;
child : 'a Incremental_kernel__Types.Node.t;
only_freeze_when : 'a ‑> bool;
}
include Core_kernel.Invariant.S1 with type t := a t
type 'a t
include Incremental_kernel__.Sexp_of.S1 with type t := a t
type 'a t
include sig ... end
val sexp_of_t : ('a ‑> Base.Sexp.t) ‑> 'a t ‑> Base.Sexp.t