UOR Operad Composition

IRI
https://uor.foundation/operad/
Prefix
operad:
Space
kernel
Comment
Structural type nesting via operad composition. Governs how types compose: Table(Tuple(Sequence(Symbol(...)))).

This is a kernel-space namespace in the Define stage of the PRISM pipeline. It provides the immutable algebraic substrate — ring structure, schema vocabulary, and operation algebra.

Learn more: Pipeline Overview

Imports

Classes

NameSubclass OfDisjoint WithComment
StructuralOperadThingThe composition structure on the eight structural types. Governs how types nest.
OperadCompositionThingA specific nesting: outer type F applied to inner type G.

Properties

NameKindFunctionalDomainRangeComment
operadStructureObjecttrueStructuralOperadStructuralOperadThe structural operad defining this composition.
outerTypeObjecttrueOperadCompositionTypeDefinitionThe outer type F in the nesting F(G).
innerTypeObjecttrueOperadCompositionTypeDefinitionThe inner type G in the nesting F(G).
composedTypeObjecttrueOperadCompositionTypeDefinitionThe resulting composed type F(G).
composedSiteCountDatatypetrueOperadCompositionnonNegativeIntegerSite count of the composed type F(G).
composedGroundingObjecttrueOperadCompositionGroundingMapGrounding of the composed type F(G).