package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Start : sig ... end

Start handles the entire lifecycle of web-based Bonsai application.

module Bonsai_lib = Bonsai
module Bonsai : sig ... end
module Incr = Incr_dom.Incr
module Vdom = Virtual_dom.Vdom
module To_incr_dom : sig ... end

A wrapper to use Bonsai components in Incr_dom apps.

module Effect : sig ... end

'a Effect.t represents some computation of type 'a that can be performed outside of the typical computational/incremental structure of a Bonsai program. Examples of this computation might be: