-
Notifications
You must be signed in to change notification settings - Fork 33
Polymorphic functions docs #622
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
Polymorphic functions docs #622
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 for the contribution! I really like the way the topic is introduced, with an example that motivates the usage, how Swift cannot represent this, and how this is addressed in Bow. I have added some minor comments, in some case are nitpicks.
...tents/MacOS/FP concepts.playground/Pages/Rank-N polymorphism.xcplaygroundpage/Contents.swift
Outdated
Show resolved
Hide resolved
...tents/MacOS/FP concepts.playground/Pages/Rank-N polymorphism.xcplaygroundpage/Contents.swift
Outdated
Show resolved
Hide resolved
...tents/MacOS/FP concepts.playground/Pages/Rank-N polymorphism.xcplaygroundpage/Contents.swift
Outdated
Show resolved
Hide resolved
...tents/MacOS/FP concepts.playground/Pages/Rank-N polymorphism.xcplaygroundpage/Contents.swift
Outdated
Show resolved
Hide resolved
...tents/MacOS/FP concepts.playground/Pages/Rank-N polymorphism.xcplaygroundpage/Contents.swift
Outdated
Show resolved
Hide resolved
...tents/MacOS/FP concepts.playground/Pages/Rank-N polymorphism.xcplaygroundpage/Contents.swift
Outdated
Show resolved
Hide resolved
...tents/MacOS/FP concepts.playground/Pages/Rank-N polymorphism.xcplaygroundpage/Contents.swift
Outdated
Show resolved
Hide resolved
...tents/MacOS/FP concepts.playground/Pages/Rank-N polymorphism.xcplaygroundpage/Contents.swift
Outdated
Show resolved
Hide resolved
...tents/MacOS/FP concepts.playground/Pages/Rank-N polymorphism.xcplaygroundpage/Contents.swift
Outdated
Show resolved
Hide resolved
...tents/MacOS/FP concepts.playground/Pages/Rank-N polymorphism.xcplaygroundpage/Contents.swift
Outdated
Show resolved
Hide resolved
Formatting and spelling mistakes Co-authored-by: Tomás Ruiz-López <truizlop@gmail.com>
…Rank-N polymorphism.xcplaygroundpage/Contents.swift Fix callTwice example Co-authored-by: Tomás Ruiz-López <truizlop@gmail.com>
Thank you very much for the review, you made good observations! I've addressed them all. |
Looking forward to seeing this deployed in the site! |
Related issues
#620