//! OVER: the best data format.
extern crate lazy_static;
extern crate num_bigint;
extern crate num_rational;
extern crate num_traits;
pub use crateOverError;
pub use crateObj;
/// Result type for this crate.
pub type OverResult<T> = ;
// Indent step in .over files.
const INDENT_STEP: usize = 4;