winitzki / sofp

A free book: "The Science of Functional Programming"
GNU General Public License v2.0
1.41k stars 97 forks source link

Exercise 1.6.2.2 enhance readability #78

Closed andreas-roehler closed 10 months ago

andreas-roehler commented 10 months ago

Instead of

only three different integers j such that 2 ≤ j < n

I suggest

only three different integers i,j,k such** that 2 ≤ i,j,k < n