package alba

  1. Overview
  2. Docs
type 'msg t =
  1. | Style of string * string
  2. | Attribute of string * string
  3. | Property of string * encoder
  4. | On of string * 'msg decoder