learn-you-a-haskell-exercises
learn-you-a-haskell-exercises copied to clipboard
Small correction to 5-recursion.hs solution
In line 66, there is no argument for step in the call to stepReverseSign. I propose hardcoding the integer 2.