Module Incremental__At
A module internal to Incremental. Users should see Incremental_intf
.
An At
is a kind of DAG node whose value is Before
until the clock reaches a certain time, at which point its value becomes After
.
include module type of sig ... end
type t
= Incremental__Types.At.t
=
{
main : Incremental.Before_or_after.t Incremental__Types.Node.t;
at : Incremental__.Import.Time_ns.t;
mutable alarm : Incremental__Types.Alarm.t;
clock : Incremental__Types.Clock.t;
}