Skip to content

Induction Revamp#29

Merged
kevinazhou150 merged 13 commits intomasterfrom
induction
May 24, 2022
Merged

Induction Revamp#29
kevinazhou150 merged 13 commits intomasterfrom
induction

Conversation

@jacobneu
Copy link
Copy Markdown
Contributor

Revamp induction & recursion content across multiple pages, increase interlinking.

Changes:

  • Add content to recind.md (Recursion & Induction main page)
  • Rename inductionintuition.md to treeinduct.md (with the intention of changing it to be more about trees), add link to sidebar (so it's publicly visible)
  • Add content to datatypes.md, including explicit development of the connection between recursion/induction and datatypes

@jacobneu jacobneu mentioned this pull request Jan 13, 2021
@lenghuang lenghuang self-assigned this Jan 13, 2021
@kevinazhou150 kevinazhou150 marked this pull request as ready for review May 24, 2022 07:43
Copy link
Copy Markdown
Collaborator

@T-Brick T-Brick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't read too too closely but lgtm!

Comment thread src/concepts/recind.md

```sml
[1,2,3] @ [4,5,6] == [1,2,3,4,5,6]
["s", "o"] @ ["u", "p"] == ["s", "o", "u", "p"]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ngl I read ["s", "o"] and thought the second part was gonna be ["t", "r", "u", "e"]

@kevinazhou150 kevinazhou150 merged commit db92292 into master May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants