Module Parsing_resultSource

Sourcetype ('ast, 'toks) t = {
  1. ast : 'ast;
  2. tokens : 'toks list;
  3. stat : Parsing_stat.t;
}