//! Module-level type / span / child walkers shared by every phase of the
//! monomorphisation pass.
//!
//! Read-only and mutable walks over `ResolvedType`, `IrSpan`, and direct
//! child expressions reachable from an `IrModule`. Expression-only walkers
//! (`walk_expr`, `iter_expr_children_mut`) live in [`super::expr_walk`].
pub use ;
pub use ;
pub use ;
pub use walk_expr_children_mut;