Incr_dom_testing.Helpers
module type S = Incr_dom_testing__.Helpers_intf.S
val make : ('model, 'action, 'state) Driver.t -> (module S with type action = 'action and type model = 'model and type state = 'state)