Skip to content
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

encodeListWithB used in example, but not exported anywhere... #50

Closed
jimcrayne opened this issue Jun 25, 2015 · 3 comments
Closed

encodeListWithB used in example, but not exported anywhere... #50

jimcrayne opened this issue Jun 25, 2015 · 3 comments

Comments

@jimcrayne
Copy link

I just want to point out that on haskell.org, the haddock for 0.10.6.0, uses this function in an example without importing it, and the function doesn't seem to be exported by this library, or even to my knowledge, by any other library published to hackage.

The offending example is in the haddock for Data.ByteString.Builder.Prim.

I do see the source for this function here: http://hackage.haskell.org/package/bytestring-0.10.0.1/docs/src/Data-ByteString-Lazy-Builder-BasicEncoding.html

@bos
Copy link
Contributor

bos commented Jul 6, 2015

It isn't even implemented :-(

Ahoy there @meiersi!

@bos
Copy link
Contributor

bos commented Jul 6, 2015

@meiersi
Copy link
Contributor

meiersi commented Jul 7, 2015

The code is still there, but it has been renamed by Duncan when be switches
my code to use the PrimFixed / PrimBounded naming. Sadly the bounded
versions of the above functions are not exported. See the source of
https://hackage.haskell.org/package/bytestring-0.10.6.0/docs/Data-ByteString-Builder-Prim.html#v:primMapListFixed.
I'll use this issue to track this change. The PrimXXX modules should get
some love.

Thanks for raising this issue.

bos notifications@github.com schrieb am Di., 7. Juli 2015 1:34 AM:

I can find the code in this repo that belongs to @meiersi
https://github.com/meiersi:
https://github.com/meiersi/bytestring/blob/master/Data/ByteString/Lazy/Builder/BasicEncoding.hs


Reply to this email directly or view it on GitHub
#50 (comment).

fumieval added a commit to fumieval/bytestring that referenced this issue Jul 4, 2020
fumieval added a commit to fumieval/bytestring that referenced this issue Jul 4, 2020
fumieval added a commit to fumieval/bytestring that referenced this issue Jul 5, 2020
fumieval added a commit to fumieval/bytestring that referenced this issue Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants