type 'a t
=
{
main : 'a Node.t;
at : Incremental_kernel__.Import.Time_ns.t;
before : 'a;
value_at : 'a Node.t;
}