package bonsai

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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
OCaml

Innovation. Community. Security.