devela 0.27.0

A development layer of coherence.
Documentation
// devela::lang::disc::move
//
#![doc = crate::_tags!(wip)]
#![doc = crate::_DOC_LANG_DISC_MOVE!()] // public
#![doc = crate::_doc!(modules: crate::lang::disc; move)]
#![doc = crate::_doc!(flat:"lang")]
#![doc = crate::_doc!(hr)]
//

// mod command; // imperative commands, player commands
// mod intent;  // communicative intent, directedness in discourse
// mod prompt;  // prompts, requests, questions
// mod reply;   // replies, responses, acknowledgements
// mod speech;  // speech acts, dialogue acts

crate::structural_mods! { // _mods
    _mods {
        // pub use super::{
        //     command::_all::*,
        //     intent::_all::*,
        //     prompt::_all::*,
        //     reply::_all::*,
        //     speech::_all::*,
        // };
    }
}