pub use *;
/// Make a call to the Yices2 API. This macro will automatically report any errors
/// that occur as an [`Error`](crate::error::Error).
/// Make a call to the Yices2 API. This macro will automatically report any errors
/// that occur as an [`Error`](crate::error::Error), similar to [`yices_try!`](crate::yices_try!)
/// but returns immediately if there is an error.