I\'m trying to perform a right fold with a division operator and an initial value of 1 on a list [1, 2, 3, 4]. But I\'m not getting the expected solution.
This is my