//! Composition strategies for multi-op chain testing.
//!
//! Composers generate type-compatible operation chains that test
//! how ops behave when composed together (output of one → input of next).
pub use PairwiseComposer;
use crate::;
/// Generates type-compatible operation chains for composition testing.
/// Default set of composition strategies.