// Copyright 2024-2026 Jonathan Shook
// SPDX-License-Identifier: Apache-2.0
//! The comprehension sub-language: its text form ([`parse`]), the
//! flat form that text parses to ([`ast_legacy`]), the canonical
//! algebra ([`ast`]) with its sources, strategies, cardinalities, and
//! metadata, and the spec forms that convert between them ([`spec`]).
//! Evaluation is the runtime's.
pub use Comprehension;
pub use ;
pub use ;
pub use Source;
pub use ;