Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Useful functions over source code strings producing HTML as plain strings
val src_code_to_html : lang:string -> src:string -> string res
src_code_to_html ~lang ~src
will highlight the source code src
in language lang
and return a string