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