Parameter Make_parser.P

type t
val parse_patterns : (string * string) list

parse_patterns is a list of regex patterns and corresponding keys to extract key-value pairs from a rendered template.

val from_key_value_pairs : (string * string) list -> t

from_key_value_pairs kv_pairs converts a list of key-value pairs kv_pairs to a value of type t.