//! Valuation bound for p-adic and similar valued domains.
//!
//! `ValuationBound` is the type that records the upper-bound on
//! the p-adic valuation that the planner is allowed to skip. The
//! p-adic valuation-skip planner uses `ValuationBound` to decide
//! which terms of a sum-product can be skipped without affecting
//! the output up to the active precision.
//!
use Domain;