Skip to content

Commit

Permalink
Export unstreamM from Data.Vector.Generic
Browse files Browse the repository at this point in the history
I don't think there's any good reason for not exporting this functions and its
lack caused problems for users (#70).

Fixes #70
  • Loading branch information
Shimuuar authored and cartazio committed Feb 16, 2020
1 parent cf36c9c commit eeb42ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Vector/Generic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eeb42ad

Please sign in to comment.