//! Local-global quadratic-form machinery.
//!
//! The scalar pillar names the local and global coefficient worlds. This
//! submodule keeps the corresponding form-theoretic local-global layer together:
//! Hilbert symbols and Hasse-Minkowski over `Q`, the adelic rational facade, and
//! the odd- and characteristic-2 function-field mirrors. Children stay private
//! behind the flat re-export, like every other shelf; the parent `forms` module
//! re-exports the public items flat.
// `pub(crate)`: `springer/char2/` imports this engine's crate-private helpers
// through the module path (the coupling documented in the pillar AGENTS.md).
pub
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;