//! Helper utilities for internal implementation details.
//!
//! This module contains traits and types that support morphix's internal machinery.
//!
//! ## Contents
//!
//! - [`Unsigned`], [`Zero`], [`Succ`] - Type-level natural numbers for compile-time depth tracking
//! - [`AsDeref`], [`AsDerefMut`] - Inductive recursive dereferencing
//! - [`AsDerefCoinductive`], [`AsDerefMutCoinductive`] - Coinductive recursive dereferencing
//! - [`QuasiObserver`] - Enables consistent operations between observers and normal references via
//! autoref-based specialization
//! - [`Pointer`] - Internal pointer type for observer dereference chains
pub
pub use ;
pub use Pointer;
pub use ;
pub use ;
pub use ;