//! Interprets typed HTTP programs as executable Poem routes.
//!
//! The interpretation chooses Poem's extractors for input roles, its responses for output kinds, and
//! `Arc` for the runtime handle of a semantic context. Those choices stay inside this crate: the
//! program compiled here is the same value any other interpreter folds.
pub use *;
pub use *;
pub use *;
pub use *;