-
Other issue to solve; how to incorporate optional parameters in currying?
-
Why path isn't curried? (I mean ones with mapped types).
And why `T` was replaced with `T | undefined` in last update?
-
### What was wrong?
`eth_utils.toolz` does not provide access to the curried versions of the methods
### How can it be fixed?
Add another `eth_utils.curried.toolz` module like the `eth_util…
-
Composing a curried function with removes the currying. It can easily be re-added by re-applying `curry`, but maybe that should happen automatically.
-
Since it's not built-in, it would be neat to get a `curry/1` function for Elixir through `FE`.
*Edit:* I put an example use case but it wasn't much good as it could be trivially replaced by a lambd…
Nirei updated
3 years ago
-
A proper explanation is lacking, but...
Some sketches in Haskell of what I'm hoping to create:
Two "BiFunction"s combined
```haskell
-- Single BiFunction
fused a b = f a b
fused = f
-- Tw…
-
If everything that takes 2 arguments:
i.e. the Filters and the Transform
had an overload to just take the nonlogger argument,
then it might be prettier
Rather than writing:
```
const ConsoleLo…
-
We could combine arguments to the initial wrap and the final task making call
``` js
function add(a, b) { return a + b }
const makeAdd2 = voTask(add, 2)
const add2to5 = makeAdd2(5)
add2to5.fork(...) …
-
https://github.com/bloomberg/bucklescript/issues/564#issue-167936490
-
- Support for rescript/react@0.12
- Css_Js_Core, Css_Legacy_Core without the curry functions
- Emotion (Css.ml and CssJs.ml) without the curry functions