embedded_ocaml_templates.EML_runtime
EML_runtime
EML_runtime provides runtime utilities for the code generated by the EML compiler.
ppx_eml
val escape : string -> string
escape s is the HTML-escaped version of the string s. Characters '&', '<', '>', '"' and ''' are replaced by their HTMl encoding.
escape s
s