Core types and errors for the Ling compiler
pub use error::LingError;
pub use types::Type;
pub use types::TypeId;
pub use arena::Arena;