Index of types


S
source_check_result [CamlTemplate.Cache]
The type returned by a template source loader when it checks whether a template's source code has changed.

T
t [CamlTemplate.Cache]
The type of template caches.
template [CamlTemplate]
Represents a parsed template.
tfun [CamlTemplate.Model]
The type contained in a Tfun: a function that takes tvalues as arguments, and returns a tvalue.
thash [CamlTemplate.Model]
The type contained in a Thash: a collection of tvalues, each of which has a name.
tlist [CamlTemplate.Model]
The type contained in a Tlist: a list of tvalues.
tvalue [CamlTemplate.Model]
A value in a template data model.