Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implement floating point conversion with ryu #365
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
Implement floating point conversion with ryu #365
Changes from all commits
ba61414
7d80321
356ed6c
c0a0583
ff2210d
0bb5a01
de1d174
8dd7f16
23d5cfe
755f58f
4635e2b
76b5e2e
b5f7086
648bfae
d172abf
5f3dce5
f1c6275
c2c2c87
f6497c2
60db980
6ec7e2d
a73c84e
3ccfd47
6b3eaaa
abf6e04
f771cd5
b394896
9815597
c0648bb
d87d3ae
5500d59
7d7d7fa
906d6db
046a42b
8fafed4
dde95e2
415ac6f
0474332
9be8170
f67df50
a01cb00
0cc5417
12436a2
d8dac2a
b70918b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is "ULP"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unit in Last Place
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to know! Could you link to the article?
Note BTW that haddock supports Markdown-style hyperlinks, e.g.
[ULP](https://en.wikipedia.org/wiki/Unit_in_the_last_place)
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this section is a bit too technical for most users. If we want to keep it, we should probably move it out of the module header and to the bottom of the page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there such a thing as a footer? This was added per one of our discussions above about clarifying 'shortest'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can insert chunks of documentation at selected places in the export list. See e.g.
Data.ByteString.Lazy
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also see the relevant haddock documentation at https://haskell-haddock.readthedocs.io/en/latest/markup.html#controlling-the-documentation-structure.