-
Updated
Apr 5, 2022
fp
Here are 518 public repositories matching this topic...
-
Updated
Apr 7, 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
Apr 5, 2022 - Scala
Right now, every flavor of this method takes a FiniteDuration, which is correct but less convenient. We should expand them to Duration and silently degrade to identity when it's Duration.Inf. This can be done trivially on IO because of contravariant expansion, but it might requires some bincompat shenanigans on Temporal.
-
Updated
Apr 6, 2022 - JavaScript
-
Updated
Dec 17, 2021 - Rust
-
Updated
Feb 23, 2022 - JavaScript
-
Updated
Jan 13, 2022
-
Updated
Apr 6, 2022 - Scala
-
Updated
Apr 5, 2022 - TypeScript
-
Updated
Jan 15, 2022 - TypeScript
-
Updated
Apr 5, 2022 - Swift
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Apr 2, 2021
-
Updated
Jan 31, 2022 - JavaScript
-
Updated
Feb 11, 2022 - C
https://github.com/readthedocs/recommonmark#recommonmark
We should switch to myst: https://github.com/executablebooks/MyST-Parser
-
Updated
Apr 6, 2022 - TypeScript
-
Updated
Mar 26, 2022 - TypeScript
Suggestion
⭐ Suggestion
Provides a size comparison function.
It does not provide a generic type, so we are going to provide curry by default.
💻 Use Cases
function lte(a:number, b:number) {
return a <= b
}-
Updated
Mar 15, 2022 - TypeScript
-
Updated
Apr 7, 2022 - Scala
-
Updated
Apr 6, 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