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 (haskell#70).

Fixes haskell#70
  • Loading branch information
Shimuuar committed Feb 16, 2020
1 parent 9cf8acc commit cc12cea
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 cc12cea

Please sign in to comment.