//! The formatter: parse → lower CST to a Wadler/Prettier [`Ir`](ir::Ir) → print.
//!
//! The MVP is an identity lowering (`format(x) == x`); see [`core`]. The IR
//! engine (`ir`, `printer`, `style`, `context`) is copied ~wholesale from arity
//! and marked EXTRACTION CANDIDATE — keep it close to arity's so the eventual
//! shared-crate extraction stays mechanical. The LaTeX-specific part is the
//! lowering in [`core`].
pub
pub
pub
pub use ;
pub use ;
pub use ;