//! Block lowering — the [`LowerBlock`] trait for body-context AST nodes.
//!
//! Body nodes implement [`LowerBlock`] to produce a [`Block`]. Each impl
//! iterates classified children, delegates shared arms to the accumulator,
//! and only contains its own newline/whitespace logic.
pub use lower_branch_body;
pub use ;
pub use wrap_content_as_block;
use crateBlock;
use ;
// ─── LowerBlock trait ───────────────────────────────────────────────
/// "I am a body container — lower my children into a [`Block`]."