-
https://github.com/search?q=%22f+%28a+-%3E+r%29+-%3E+f+r%22+language%3Ahaskell&type=code
https://github.com/ekmett/hkd/blob/7d0987e72220d47dcbfc03543d5dea0da5aa44c6/src/Data/Traversable/Confusing.h…
-
How do I document curried functions like this?
```javascript
const map = func => iterable => {}
```
-
Repro:
```ts
it("does not type curry correctly", () => {
type Foo = { id: string; name: string };
const transform = curry((name: string, id: string): Foo => ({ id: id, name: name }));
con…
-
When calling a function via RPC can we automatically convert a record or tuple argument to apply it to a curried function?
-
Like lodash/fp but lazy, or https://github.com/ReactiveX/IxJS
-
Due to Pickle's limitation, it's currently impossible to use lambdas or curried/nested functions. Is it possible to consider using [dill](https://pypi.org/project/dill/), which can handle yields, nest…
-
## 🐛 Bug Report
When using currying, `produce` doesn't return the original type
## Link to repro
https://codesandbox.io/s/immer-sandbox-forked-342jd?file=/src/index.ts
## To Reproduce
U…
-
Our current versions of `(find-integer)`, and `(all-integers?)` suffer from some bug where the inline words don't inline properly possibly due to the use of `curry`:
``` factor
: iterate-prep ( n quo…
-
https://github.com/d-ivashchuk/memory-helper/blob/0ea43d5c6eb9e4175ceabf94ad60727c184a231f/src/Entry/entryWeather.jsx#L60
-
```
At least since revision 658 [1], unification does not complete in the currying
example, as shown by examples/handbook/progs/script2 [2] (I've reproduced the
same problem with release 2.0-b2 and …