the following code compiles well but when i try to input helper 10 primes [] [] it gives me :Non-exhaustive patterns in function helper
primes = [2, 3, 5, 7,
chinese3 has no case for the empty list.
chinese3
helper lacks several more cases, including one where the second argument has one element.
helper