Module Template.Make_parser

Parameters

module P : PARSABLE

Signature

val parse : string -> P.t option

parse s extracts the data of type P.t from the rendered template string s.