foldl-transduce v0.4.0.0 Release Notes

    • 🔄 Changed order of parameters for groups' and groupsM'. Hopefully the new one is clearer.
    • It was annoying to use "evenly (transduce ...)" every time. Added new ToTransductions' typeclass for types that can be converted to an infinite list of transductions.
    • ➕ Added ToFold typeclass as well.