-
Notifications
You must be signed in to change notification settings - Fork 349
Update second half of seq.md, structural changes #3026
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
base: main
Are you sure you want to change the base?
Conversation
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.
Thanks, @jakubsvec001, you're making this better. A couple of changes.
Commit updates by @cuihtlauac Co-authored-by: Cuihtlauac Alvarado <[email protected]>
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.
Small changes
# #show Seq.node;; | ||
type 'a node = 'a Seq.node = Nil | Cons of 'a * 'a Seq.t | ||
|
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.
# #show Seq.node;; | |
type 'a node = 'a Seq.node = Nil | Cons of 'a * 'a Seq.t | |
# #show Seq.node;; | |
type 'a node = 'a Seq.node = Nil | Cons of 'a * 'a Seq.t |
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.
@cuihtlauac I am unable to commit this suggestion: the tooltip says "This suggestion is invalid because no changes were made to the code".
I tried marking this conversation as resolved, but it did not change the status of the request for change.
Some of these updates are to convert code blocks into Utop format.
The remaining update is for the second half of this document. This second half included several suggestions for improvement that required structural changes.
This pull request may be difficult to read using diff comparison for this reason.
The updated headings read: