package CamlGI

  1. Overview
  2. Docs
type var =
  1. | VarString of string
  2. | VarTable of table_row list
  3. | VarConditional of bool
  4. | VarCallback of string list -> string
and table_row = (string * var) list
class template : ?filename:string -> string -> object ... end
val template : string -> template
val template_from_string : ?filename:string -> string -> template
val template_from_channel : ?filename:string -> Pervasives.in_channel -> template