//! HIR (High-level Intermediate Representation) types and per-file lowering.
//!
//! The HIR is a rich semantic tree produced by lowering the untyped AST from
//! `brink-syntax`. It preserves the full structure of the source — expressions
//! stay as trees, choices and conditionals keep their branch structure, diverts
//! are semantic nodes — with weave nesting resolved and syntactic sugar stripped.
pub use ;
pub use normalize_file;
pub use stamp_container_ids;
pub use *;