//! Implementation of resolve-phase logic.
//!
//! Resolve-phase is supposed to be executed after the parse-phase and before the eval-phase. Its
//! general responsibility is to perform static analysis (which is pretty minimal at this point) and
//! binding function calls.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;