# Generator given a pointy block and list of two input, in infinite list
    # context, but only up to (and including) the eighth element.

    say (1, 1, -> $a, $b { $a + $b } ... *)[^8];