$ 0 0 List<int> primes = new List<int>(); primes.Add(2); primes.Add(3); primes.Add(5); primes.Add(7); Can anyone help me in converting this code to F#