-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unstreamM is not exported #70
Labels
Comments
Yeah. I wanted |
Is there opposition to exporting We also have |
probably fine, though i'll have more head space to think about it in a few
weeks after i recover from this release :)
…On Sat, Feb 1, 2020 at 2:51 PM Aleksey Khudyakov ***@***.***> wrote:
Is there opposition to exporting unstreamM? It is necessary to writing
monadic folds etc.
We also have unstreamPrimM which is used only for RULES-based
specialization of unstreamM (#208
<#208> is related)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#70?email_source=notifications&email_token=AAABBQXXVXR5NU6US6LCAPLRAXHCJA5CNFSM4A2Y43S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKRFGLA#issuecomment-581063468>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAABBQR4CFRJDEEXIFB2WR3RAXHCJANCNFSM4A2Y43SQ>
.
|
Shimuuar
added a commit
to Shimuuar/vector
that referenced
this issue
Feb 16, 2020
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are trying to write a
scanlM
andscanrM
forvector
, but to do so it seems that we needunstreamM
, which exists inGeneric.hs
but isn't exported. Is there a reason why it isn't?The text was updated successfully, but these errors were encountered: