Beluga_html.Synext_html_pp
Stateful pretty-printing of concrete Beluga signatures to HTML.
module type HTML_PRINTER = sig ... end
Abstract definition for HTML pretty-printing concrete Beluga signatures.
module Make_html_printer
(Html_printing_state : Synext_html_pp_state.HTML_PRINTING_STATE) :
HTML_PRINTER with type state = Html_printing_state.state
module Html_printer : sig ... end
Concrete implementation of HTML pretty-printing for Beluga signatures.