Module Incr_dom_testing.DriverSource
Sourcetype ('model, 'action, 'state) t Sourceval create :
initial_model:'model ->
sexp_of_model:('model -> Core.Sexp.t) ->
initial_state:'state ->
(module Incr_dom.App_intf.S
with type Action.t = 'action
and type Model.t = 'model
and type State.t = 'state) ->
('model, 'action, 'state) t Sourceval action_queue : (_, 'action, _) t -> 'action Core.Queue.t Sourceval sexp_of_model : ('model, _, _) t -> 'model -> Core.Sexp.t Sourceval set_time : (_, _, _) t -> Core.Time_ns.t -> unit