Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upExample for flip #672
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
process-bot
Jul 21, 2016
Thanks for the pull request! Make sure it satisfies this checklist. My human colleagues will appreciate it!
Here is what to expect next, and if anyone wants to comment, keep these things in mind.
process-bot
commented
Jul 21, 2016
|
Thanks for the pull request! Make sure it satisfies this checklist. My human colleagues will appreciate it! Here is what to expect next, and if anyone wants to comment, keep these things in mind. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jvoigtlaender
Jul 22, 2016
Contributor
Criticism of the example:
The name divideBy ist not appropriate for a function defined as:
f a b = a / bIt would be appropriate for a function defined as:
f a b = b / a|
Criticism of the example: The name f a b = a / bIt would be appropriate for a function defined as: f a b = b / a |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
willnwhite
commented
Jul 22, 2016
|
Thanks Janis, excellent. |
lukewestby
added
the
docs
label
Aug 20, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
evancz
Sep 22, 2016
Member
I think this would benefit from an example, but I'd prefer to use one that showed up in normal usage. I think the division example does not clarify things very well. Let's start with uses and work from there to an example.
|
I think this would benefit from an example, but I'd prefer to use one that showed up in normal usage. I think the division example does not clarify things very well. Let's start with uses and work from there to an example. |
willnwhite commentedJul 21, 2016
No description provided.