//! waterpump-base — L0 of the layered architecture.
//!
//! Contains: math primitives, EVM helpers, and base data types
//! (Call, TokenApproval, TokenAmount, SlippageBps).
//!
//! No business logic. No protocol knowledge. No async I/O.
/// Re-export of `waterpump-evm-amm-math` under a stable path.
///
/// All math primitives (tick math, sqrt price math, position math) live here.
pub use wp_evm_amm_math as math;