mod error; mod term; use error::Error; fn main() -> Result<(), Error> { Ok(()) }