// src/kind_based/mod.rs
// This module houses the Kind (Higher-Kinded Types) infrastructure
// for the monadify library.
// It includes the core `Kind` trait and specific marker types defined in `kind.rs`.
// The Kind system is the default, so this module and its contents are always public.