@eagleoutice/flowr - v2.15.9
    Preparing search index...
    interface MutationTarget {
        code: string;
        criterion: `${number}@${string}`;
        expected: string;
    }
    Index
    code: string

    the program to mutate

    criterion: `${number}@${string}`

    where to slice, in the only form the passes can move along

    expected: string

    what code prints when it is run