package piqilib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Piqi_xml_type

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