Source file import.ml

1
2
3
4
5
6
7
8
module Incr = Incremental.Make ()
module Vdom = Vdom

module Bonsai = struct
  module Incr = Incr
  module Event = Vdom.Event
  include Bonsai.Make (Incr) (Vdom.Event)
end