-
Notifications
You must be signed in to change notification settings - Fork 752
doc: add documentation on monads #1505
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
|
Thanks for your contribution! Please make sure to follow our Commit Convention. |
|
If you want to iteratively extend an example, it sounds like you'll want to make it a literate LeanInk file like in examples/ instead of further extending mdBook. |
|
@Kha I talked with Leo about this and he convinced me to dive into LeanInk for this, so I will cancel the mdbook PR. |
Kha
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 only read the reader chapter for now, which I liked!
Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch>
Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch>
Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch>
…so they better match the actual contents of each chapter.
Following the structure of https://mmhaskell.com/monads
You can see the result here: https://lovettsoftware.com/lean4/monads/intro.html