Module Incremental__Types.Snapshot
type 'a t
=
{
main : 'a Node.t;
at : Incremental__.Import.Time_ns.t;
before : 'a;
value_at : 'a Node.t;
clock : Clock.t;
}
Incremental__Types.Snapshot
type 'a t
=
{
main : 'a Node.t; |
at : Incremental__.Import.Time_ns.t; |
before : 'a; |
value_at : 'a Node.t; |
clock : Clock.t; |
}