Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Describes the arrowized interface for reading a file as a template and injecting content and variables.
val as_template :
(module Yocaml.Required.DATA_INJECTABLE with type t = 'a) ->
?strict:bool ->
Yocaml.Path.t ->
('a * string, 'a * string) Yocaml.Task.t
The analogous function for Yocaml.Pipeline.as_template
not requiring DATA_TEMPLATE
. Identical to using Yocaml.Pipeline.as_template (module Yocaml_jingoo) ...
.