@dallaylaen/ski-interpreter
    Preparing search index...

    Variable controlConst

    control: {
        descend: <T>(value?: T) => TraverseControl<T>;
        prune: <T>(value?: T) => TraverseControl<T>;
        redo: <T>(value?: T) => TraverseControl<T>;
        stop: <T>(value?: T) => TraverseControl<T>;
    } = ...

    Control primitives for fold() and traverse() methods.

    Type Declaration