You can search for identifiers within the package.
in-package search v0.2.0
EML_runtime provides runtime utilities for the code generated by the EML compiler.
EML_runtime
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