package piqilib

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