0
Q:

portpolio templates

primes = filterPrime [2..]
  where filterPrime (p:xs) =
          p : filterPrime [x | x <- xs, x `mod` p /= 0]
0

New to Communities?

Join the community