Source file template.ml

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

type t = string * elt list