Bonsai_private_basemodule Action : sig ... endmodule Annotate_incr : sig ... endmodule Applicative : sig ... endmodule Apply_action_context : sig ... endmodule Computation : sig ... endmodule Computation_watcher : sig ... endmodule Environment : sig ... endmodule Fix_id : sig ... endmodule Import : sig ... endmodule Input : sig ... endmodule Keyed : sig ... endmodule Lazy_inject : sig ... endmodule Lifecycle : sig ... endmodule May_contain : sig ... endTypes to perform gather-time analysis on data-dependencies of computations. Data-dependencies can be resolved or unresolved:
module Meta : sig ... endMeta.Model and Meta.Action contain the necessary functions associated with the hidden model and action types of Bonsai components. These are stored in Computation.info.
module Module_types : sig ... endmodule Path : sig ... endmodule Snapshot : sig ... endA snapshot represents the state of a component at an instant in time.
module Timer : sig ... endmodule Trampoline : sig ... endmodule Type_id_set : sig ... endmodule Value : sig ... end