package mustache

  1. Overview
  2. Docs
type name = string
type dotted_name = string list
val pp_dotted_name : Stdlib.Format.formatter -> string list -> unit
val string_of_dotted_name : string list -> string
module Locs : sig ... end
module No_locs : sig ... end
exception Invalid_param of string
exception Invalid_template of string
exception Missing_variable of string
exception Missing_section of string
exception Missing_partial of string