-
Updated
May 14, 2020 - C#
monad
Here are 410 public repositories matching this topic...
-
Updated
May 18, 2020 - JavaScript
Description
To bring it in-line with the other Crocks we need to add in descriptive documentation for the List crock with examples
Task List
- Add main List.md file to 'docs/src/pages/docs/crocks/' based on the others
- Ensure it has the correct 'weight'
- Locate all references to
Listand update it to link to the newListdocumentation. Reference the section
I expected Validated to have an ap method or something, but I can't seem to find it. The only docs I can see are https://github.com/aol/cyclops/wiki/Validator, which clearly isn't the current implementation, and I notice aol/cyclops#826 as another issue, but I don't see the proposed ap method.
-
Updated
Feb 19, 2020 - Elixir
-
Updated
Apr 23, 2020 - Java
-
Updated
Apr 25, 2020 - Haskell
Currently the empty of Monoid is specified as a nullary function rather than a plain value. Is there a plausible use case that benefits from empty being a function or requires it to be a function?
At the moment, I'm tempted to specify empty as a plain value in [a use case of monoid](https://github.com/calmm-js/p
-
Updated
May 19, 2020 - TypeScript
clean up fp-examples
Context:
In order to make fp-core.rs API more accessible, we'd like to refactor fp-exmaples folder and split fp-core examples and fp-jargon examples.
-
Updated
Mar 16, 2020 - Coq
-
Updated
Feb 7, 2020 - Scala
-
Updated
Jan 13, 2020 - Elixir
-
Updated
May 20, 2020 - Scala
-
Updated
Jan 12, 2019 - Clojure
Describe the bug
https://github.com/dry-rb/dry-monads/blob/master/lib/dry/monads/list.rb#L139 states:
Note that this method returns an Array instance, not a List
However, this isn't true; when called with a block, List#map will return a List.
It also conflicts with the @return [List,Enumerator] annotation.
I expected the doc comment would be accurate and consistent.
Eithe
-
Updated
Mar 8, 2020 - TypeScript

at https://github.com/rpominov/fun-task/blame/master/docs/exceptions.md#L32-L34
In the first section of the image the x <= 0 true case in the code shows that you alert(z + 5), but the image shows that you alert(y + 5)
In the second section of the image, the x > 0 should sti
-
Updated
Apr 17, 2020
-
Updated
May 12, 2020 - Scala
Expressions like eval("var m = 10") should add variable` into its parent scope. This doesn't work now (if the variable isn't already defined in that scope), because the variables are accessed by index not by name.
To make this work each frame should also store reference of a global object, and each global variable access is converted to member access expression in that object. If some functi
-
Updated
May 15, 2020 - Scala
-
Updated
May 20, 2020 - JavaScript
Improve this page
Add a description, image, and links to the monad topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the monad topic, visit your repo's landing page and select "manage topics."
Currently monoid for set is union monoid, we could use both.