//! Analysis passes for the Modelica IR.
//!
//! This module contains read-only analysis passes that examine the IR
//! without modifying it, as well as supporting data structures.
// Re-export the SymbolInfo trait for convenience
pub use SymbolInfo;
// Re-export semantic checking utilities
pub use ;