devela 0.27.0

A development layer of coherence.
Documentation
// devela::lang::sem
//
#![doc = crate::_tags!(wip)]
#![doc = crate::_DOC_LANG_SEM!()] // public
#![doc = crate::_doc!(modules: crate::lang; sem)]
#![doc = crate::_doc!(flat:"lang")]
//!
//! > Meaning is relational.
//

// mod about; // aboutness
// mod comp; // composed relations
// mod equiv; // semantic sameness
// mod intent; // directedness
// mod logic; // formal relations
// mod polar; // polarity, stance
// mod scope; // extent of meaning

crate::structural_mods! { // _mods
    _mods {
        // pub use super::{
        //     about::_all::*,
        //     comp::_all::*,
        //     equiv::_all::*,
        //     intent::_all::*,
        //     logic::_all::*,
        //     polar::_all::*,
        // };
    }
}