Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val spf : ('a, unit, string) format -> 'a
module UTF8 : sig ... end
escape_html str
replaces '&', '"', '\'', '<' and '>' with their corresponding character reference
Note that '/' is not quoted. https://jinja.palletsprojects.com/en/3.1.x/templates/#jinja-filters.urlencode
val get_parser_error : exn -> Lexing.lexbuf -> string
module Maybe : sig ... end