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