Module TemplateLiteral.ElementSource

Sourcetype value = {
  1. raw : string;
  2. cooked : string;
}
Sourceand 'M t = 'M * t'
Sourceand t' = {
  1. value : value;
  2. tail : bool;
}