-
Notifications
You must be signed in to change notification settings - Fork 367
Documentation: Sequences #791
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
Conversation
christinerose
left a comment
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.
Mostly minor grammar stuff, but there is one section that needs some clarification. I left some questions.
christinerose
left a comment
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 left a few questions for some clarification. Most everything else was grammar/syntax suggestions. Looking forward to working on it some more!
Thank you very much, @christinerose; this is so helpful. It's such a pleasure to add your corrections; I love it. |
Aw! This made my day! Thank you so much for saying so. It’s a pleasure for me, too. 😊 |
Co-authored-by: Christine Rose <[email protected]>
Co-authored-by: Christine Rose <[email protected]>
Thanks @dustanddreams, all suggestions merged Co-authored-by: Miod Vallat <[email protected]>
Grammar fixes Co-authored-by: Christine Rose <[email protected]>
Co-authored-by: Miod Vallat <[email protected]>
christinerose
left a comment
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.
Minor suggestions :)
Co-authored-by: Christine Rose <[email protected]>
Commit 5305db6 Author: Cuihtlauac ALVARADO <[email protected]> Some more edits
Commit 5305db6 Author: Cuihtlauac ALVARADO <[email protected]> Some more edits
Co-authored-by: sabine <[email protected]>
data/tutorials/ds_05_seq.md
Outdated
| # Seq.iter print_int (ints 0);; | ||
| ``` | ||
| in an OCaml toplevel, this means “print integers forever,” and you have to press | ||
| in an OCaml top-level, this means “print integers forever,” and you have to press |
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.
| in an OCaml top-level, this means “print integers forever,” and you have to press | |
| in an OCaml toplevel, this means “print integers forever,” and you have to press |
no hyphen is correct in toplevel when speaking of OCaml's toplevel.
|
Closes #791 |
An attempt at describing sequences to beginners.
Online in staging: https://staging.ocaml.org/docs/sequences (with some lag)