//! # Eval
//!
//! `eval` is the module providing the traits implemented by types that can evaluate.
use Result;
use Checkable;
use Datable;
/// Trait implemented by types that can evaluate.
/// Trait implemented by types that can evaluate mutably.