From eeb42ad42aa345ce192086baed80c805bcfc3e72 Mon Sep 17 00:00:00 2001 From: Alexey Khudyakov Date: Sun, 16 Feb 2020 21:33:10 +0300 Subject: [PATCH] Export unstreamM from Data.Vector.Generic I don't think there's any good reason for not exporting this functions and its lack caused problems for users (#70). Fixes #70 --- Data/Vector/Generic.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Vector/Generic.hs b/Data/Vector/Generic.hs index af7ae45f..d603bc30 100644 --- a/Data/Vector/Generic.hs +++ b/Data/Vector/Generic.hs @@ -149,7 +149,7 @@ module Data.Vector.Generic ( -- * Fusion support -- ** Conversion to/from Bundles - stream, unstream, streamR, unstreamR, + stream, unstream, unstreamM, streamR, unstreamR, -- ** Recycling support new, clone,