package embedded_ocaml_templates

  1. Overview
  2. Docs
type elt =
  1. | Text of string
  2. | Code of string
  3. | Output_code of string
type t = string * elt list
OCaml

Innovation. Community. Security.