package embedded_ocaml_templates

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

val escape : string -> string

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

OCaml

Innovation. Community. Security.