package embedded_ocaml_templates

  1. Overview
  2. Docs

Source file template.ml

1
2
3
type elt = Text of string | Code of string | Output_code of string

type t = string * elt list
OCaml

Innovation. Community. Security.