//! atom or cell โ the two kinds of noun. nothing else.
usenebu::Goldilocks;usesuper::tag::Tag;usesuper::NounId;/// the two kinds of noun
#[derive(Debug, Clone, Copy)]pubenumNoun{
Atom { value: Goldilocks, tag: Tag },
Cell { left: NounId, right: NounId },}