template.ml
embedded_ocaml_templates.common_eml
ppx_eml
1 2 3 type elt = Text of string | Code of string | Output_code of string type t = string * elt list
1 2 3
type elt = Text of string | Code of string | Output_code of string type t = string * elt list