package piqilib

  1. Overview
  2. Docs
type xml = [
  1. | `Data of string
  2. | `Elem of xml_elem
]
and xml_elem = string * xml list