module type DocumentStructure = sig
.. end
Module type to be used as a document wrapper. The document structure is
stored in its zipper form in a reference. Functions are provided bellow
to edit the document tree.
val structure : Document.tree_zipper Pervasives.ref