Integer factiorization function somewhere in Haskell library?

function, haskell, integer, math

Solution

A quick google search shows arithmoi package by Daniel Fischer.

Problem

I find some library with implementation of integer factorization function. Preferably some fast implementation in some popular library, to not reinvent the wheel. Is there some ?

Original source