ocaml-doc / doc-ock-xml

(DEPRECATED) XML printer and parser for Doc-Ock
ISC License
6 stars 2 forks source link

Convert DocOckXmlFold to use class destructuring folds #12

Open dsheets opened 9 years ago

dsheets commented 9 years ago

DocOckXmlFold internally has much the same shape as CodocDocHtml and other AST folds. Both of these folds should have their structure extracted into a class hierarchy and put into doc-ock-lib.

Exposure of this structure would then allow partial alternative serializations.