//! Building blocks for the computational part. pub mod scope; pub mod table; pub mod value;