-
Updated
Jul 4, 2022
fp
Here are 537 public repositories matching this topic...
-
Updated
Jun 23, 2022 - JavaScript
Bug report
What's wrong
There's not a section for the alt function under Composition helpers -> Pointfree
<img width="231" alt="Screen Shot 2022-02-17 at 9 17 14" src="https://user-images.githubusercontent.com/69552193/154535242-6d718fc4-d803-4e43-b94
It should cover when you'd use and how to use:
- parEvalMap/Unordered
- parJoin
- concurrently
- merge*
There's the page on Queue/Topic/etc but there's not a great single page on the operations directly on Stream
. The Guide section on concurrency is very short and doesn't cover some of the most common operations (parEvalMap especially)
-
Updated
Jul 4, 2022 - Scala
See typelevel/cats-effect#2906 (comment).
This is similar to the Console
issues in typelevel/cats-effect#2604. However, in that case the method would link and only fail at runtime.
In this case, these methods would not link at all. So arguably we could completely remove them from the JS side without breaking binary-compatibilit
-
Updated
Jul 2, 2022 - JavaScript
-
Updated
Dec 17, 2021 - Rust
-
Updated
Apr 14, 2022 - JavaScript
-
Updated
Jan 13, 2022
-
Updated
Jun 28, 2022 - Scala
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Jul 6, 2022
-
Updated
Apr 5, 2022 - Swift
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
May 24, 2022 - C
-
Updated
Jan 31, 2022 - JavaScript
-
Updated
Jul 1, 2022 - TypeScript
https://github.com/readthedocs/recommonmark#recommonmark
We should switch to myst
: https://github.com/executablebooks/MyST-Parser
Suggestion
⭐ Suggestion
If an empty array is entered as the argument value of the sum function, undefined is output.
Returning 0 seems more natural.
as-is
const result = pipe(
[],
sum
);
// result undefined
to-be
-
Updated
Jun 25, 2022 - TypeScript
-
Updated
Jun 25, 2022 - TypeScript
-
Updated
Jul 4, 2022 - Scala
Improve this page
Add a description, image, and links to the fp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fp topic, visit your repo's landing page and select "manage topics."
Most awesome FP libraries (Cats, Scalaz, Monocle, Algebird etc ) have microsite done by sbt-microsites
Adding one for Shapeless would make it easier for newcomers. Quick, online reference on what is available