Module Incremental_kernel__Types.Freeze

type 'a t = {
main : 'a Node.t;
child : 'a Node.t;
only_freeze_when : 'a ‑> bool;
}