Module EML_runtimeSource

EML_runtime provides runtime utilities for the code generated by the EML compiler.

Sourceval escape : string -> string

escape s is the HTML-escaped version of the string s. Characters '&', '<', '>', '"' and ''' are replaced by their HTMl encoding.