Gabriella439 / foldl

Composable, streaming, and efficient left folds
BSD 3-Clause "New" or "Revised" License
159 stars 51 forks source link

Depend on random directly instead of mwc-random #168

Closed Bodigrim closed 3 years ago

Bodigrim commented 3 years ago

foldl depends on mwc-random, but uses only uniformR, which is actually a re-export from random. Eliminating the middleman saves us three transitive dependencies: mwc-random itself + math-functions + data-default-class.

Gabriella439 commented 3 years ago

@Bodigrim: Sorry for the delay! Thank you 🙂