From david.feuer at gmail.com Tue Jul 1 05:03:27 2025 From: david.feuer at gmail.com (David Feuer) Date: Tue, 1 Jul 2025 01:03:27 -0400 Subject: ANN: unzip-traversable-0.1 Message-ID: I finally got around to cleaning up and releasing a package implementing both lazy and strict unzipping functions for arbitrary Traversable containers, with special attention to avoiding space leaks in the lazy case. I hope some folks find it useful! https://hackage.haskell.org/package/unzip-traversable David Feuer