//! samkhya-core — portable cardinality correction primitives.
pub use ;
pub use ColumnStats;
/// Top-level re-export for the LLM-pluggable corrector backend
/// (`samkhya-core::residual::llm::LlmHttpCorrector`). Available only when
/// the `llm_http` cargo feature is enabled. Mirrors the wire contract of
/// the TabPFN HTTP backend — see `residual` module docs for the safety
/// contract and `bench-results/19_llm_corrector.md` for routing
/// guidance.
pub use ;