package incr_dom

  1. Overview
  2. Docs
module type S = sig ... end
val make : ('model, 'action, 'state) Driver.t -> (module S with type action = 'action and type model = 'model and type state = 'state)