TemplateLiteral.Element
type value = {
raw : string;
cooked : string;
}
and 'M t = 'M * t'
and t' = {
value : value;
tail : bool;