Skip to content

Instantly share code, notes, and snippets.

@Axect
Created February 17, 2018 20:15
Show Gist options
  • Save Axect/eb7b11bc2ce8aad2699bb981c8864c23 to your computer and use it in GitHub Desktop.
Save Axect/eb7b11bc2ce8aad2699bb981c8864c23 to your computer and use it in GitHub Desktop.
lazy5
primeFactors'' n = factors n (takeWhile (\p -> p*p <= n) primes')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment