We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you take a look at the documentation for BatRandom.choice: https://ocaml-batteries-team.github.io/batteries-included/hdoc2/BatRandom.html#VALchoice
BatRandom.choice
You can see the comment:
This function only works on finite enumerations with less than 2* elements.
Where * is actually the number 30 in a very very tiny font. It is not really illegible on my screen. At first I thought it was a smudge or something.
The comments in the code make it obvious that the limitation is 2^30
The text was updated successfully, but these errors were encountered:
The problem is in the style sheet:
.superscript { font-size : 4 } .subscript { font-size : 4 }
Firefox complains that 4 is not a valid argument, and defaults it to 4px, which is very small.
4
4px
Sorry, something went wrong.
Thanks for the report and analysis!
Anyone has a fix for this?
No branches or pull requests
If you take a look at the documentation for
BatRandom.choice
: https://ocaml-batteries-team.github.io/batteries-included/hdoc2/BatRandom.html#VALchoiceYou can see the comment:
Where * is actually the number 30 in a very very tiny font. It is not really illegible on my screen. At first I thought it was a smudge or something.
The comments in the code make it obvious that the limitation is 2^30
The text was updated successfully, but these errors were encountered: