//!
//! Provides an encapsulated unit of execution.
//!
//! ![executable diagram][executable-diagram]
pub use Heap;
pub use Lambda;
/// Encapsulates a block of execution which may be
/// run zero-or-more times.
/// Exposes the [`Executable`] type at the library
/// level.