pub fn resolve_citations(
citations: &[u64],
resolver: &dyn GroundingResolver,
) -> Vec<NQuin>Expand description
Resolve a slice of provenance citation hashes to their fact quins via resolver,
dropping any that do not resolve. The output is what evaluate_grounding consumes.