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