package xmelly

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type attr = string * string
type t =
  1. | Element of string * attr list * t list
  2. | Text of string
val parse : Stdlib.in_channel -> t