Expand description
Persistent weighted graph-structured stacks.
A WeightedGss represents a finite collection of stack alternatives. Each
stack carries a Weight, and weights are joined when operations make two
alternatives denote the same concrete stack.
Structs§
- Linear
Prefix - Mutable view of a linear top prefix over an unchanged hidden floor.
- Stack
Limit Exceeded - Error returned when a bounded operation would materialise too many stacks.
- Weighted
Gss - A persistent collection of weighted stack alternatives.
Traits§
- Weight
- A value associated with a structural stack path.
Functions§
- for_
each_ stack_ top_ first - Visit distinct concrete stacks in top-first order without unbounded expansion.
- linear_
prefix - Try to expose a mutable linear top prefix over an unchanged hidden floor.
Type Aliases§
- Gss
- An unweighted graph-structured stack.