package pla
Install
dune-project
Dependency
Authors
Maintainers
Sources
md5=280ec3ec81cd0b2cf3a4b6a142cc2f6c
sha512=0512f37c6a6a6201839abd92e612b5b225f912a8315048034dd55cef7f9afba6ae201f161c06702081117f657525d37ec529533867075f2e3a2ae042497aa7be
doc/pla/Pla/index.html
Module PlaSource
Main template type
Builtin templates
Templates of basic types
string_quoted str makes a template from a string str but the contents are quoted
Functions to wrap templates
wrap left right t makes new template wrapped by the left and right templates
Functions to append templates
append t1 t2 makes a new template with the contents of t1 followed by the contents of t2
join elems makes a new template by appending the list elems of templates
join sep elems makes a new template by appending the list elems of templates separated by sep
join_sep_all sep elems similar to join_sep sep elems but also adds the separator after the last element
map_join f elems makes a new template by applying the function f to the list elems and appending them
map_sep sep f elems makes a new template by applying the function f to the list elems and appending them separated by the template sep
map_sep_all sep f elems similar to map_sep sep f elems but also adds the separator after the last element