A corpus entry that failed the AST predicate, with the leaves responsible.
export type DroppedEntry = CorpusEntry & { failedTerms: string[] }; Copy
export type DroppedEntry = CorpusEntry & { failedTerms: string[] };
A corpus entry that failed the AST predicate, with the leaves responsible.