package camltemplate

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Model : sig ... end
type template
val merge : tmpl:template -> model:Model.thash -> buf:Buffer.t -> unit
val get_name : template -> string
val dump : template -> string
exception Syntax_error of string
exception Template_error of string
module Cache : sig ... end
val add_web_functions : Model.thash -> unit