Module App.Dom

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