Core intermediate representation and type system for amalgam
pub use error::CoreError;
pub use ir::IR;
pub use types::Type;
pub use types::TypeSystem;