Template.Make_parser
module P : PARSABLE
val parse : string -> P.t option
parse s extracts the data of type P.t from the rendered template string s.
parse s
P.t
s