We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f177fb0 commit 5072c36Copy full SHA for 5072c36
learning/LIVESTREAM_LESSONS.md
@@ -150,4 +150,5 @@ Prelude> let innerProduct = blackbird sum (zipWith (*))
150
151
### Livestream #12 2021-03-16
152
* `⍝` this is referred to as "lamp" because comments help illuminate your code
153
-*
+* `std::div` & friends exist in `<cstdlib>` which are analogs of Python's `divmod`
154
+* `std::negate` exists as a function object
0 commit comments