package alba

  1. Overview
  2. Docs
type 'msg t =
  1. | Text of string
  2. | Node of string * 'msg Attribute.t list * 'msg t list