package tyxml

  1. Overview
  2. Docs
type list = [
  1. | `Dl
  2. | `Ol
  3. | `Ul
]
type t = [
  1. | `Dd
  2. | `Dt
  3. | `Li
]
type flow = list
OCaml

Innovation. Community. Security.