//! Coreference resolution data structures.
//!//! This module re-exports the canonical coref types from `anno::core`.
//! See [`anno::core::coref`] for the full documentation.
// Re-export all coref types from `anno::core::coref`.
pubuseanno::core::coref::*;