package alba

  1. Overview
  2. Docs
type 'msg t =
  1. | None
  2. | Batch of 'msg t list
  3. | Root of string * 'msg decoder
    (*

    Root (event_name, handler) for events arriving on the root element of the application.

    *)