sequenceas
Sequenceas are a theoretical construct used to describe hierarchical or multi-layered sequence-like structures. Informally, a sequencea consists of an index that progresses along a base sequence and, at each position, an associated value or substructure that may itself be a sequencea. This recursive nature allows sequenceas to model data that is naturally nested or staged, such as streams of streams or sequences of parameterized computations.
Formally, a sequencea can be described as a family of sets or types (S0, S1, S2, …) indexed
Operations on sequenceas include projection (taking a sublevel of the index), reindexing (changing the progression of
Applications of sequenceas appear in areas such as modeling layered data streams, staged or compositional computation,
See also: sequences, streams, nested data structures, category theory, morphisms.