import.ml
bonsai
bonsai.mdx
bonsai.types
bonsai.web
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
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