Bonsai_private_base.Annotate_incrmodule Kind : sig ... endval on_incr_annotation :
(here:Core.Source_code_position.t -> Kind.t -> Ui_incr.Packed.t -> unit) ->
uniton_incr_annotation registers a callback that will run whenever Bonsai annotates an incremental node. Annotation happens:
Snapshot.tA single node may be annotated multiple times, e.g. if it is both a model and a result.
val annotate :
here:Core.Source_code_position.t ->
Kind.t ->
'a Ui_incr.t ->
unitannotate will run all on_incr_annotation listeners.
val annotate_packed :
here:Core.Source_code_position.t ->
Kind.t ->
Ui_incr.Packed.t ->
unitmodule Counts : sig ... endval attribute : Core.Source_code_position.t -> 'a Ui_incr.t -> unitval attribute_packed : Core.Source_code_position.t -> Ui_incr.Packed.t -> unitmodule For_profiling : sig ... end