/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
//! Tier 3 — natural isomorphism between two arity-2 unbound HKT witnesses
//! ([`HKT2Unbound`]).
//!
//! Mirrors [`crate::iso::NaturalIso`] lifted to two free type parameters
//! (e.g. `(A, B)` tuples, `Either<A, B>`, `Result<A, B>`-shaped carriers).
use crate::;
/// Natural isomorphism between two arity-2 unbound HKT witnesses.