-
Pros (from https://github.com/gcanti/fp-ts/pull/942#issuecomment-524912701)
- API inconsistency: `pipe` is an idiomatic way to use `fp-ts` however its abstract core - the typeclasses - have signat…
-
## 🚀 Feature request
### Current Behavior
When you use any `Monad` like `Option`, `Either`, etc. You need to use `pipe` to mutate the wrapped result itself, for example:
```typescript
import {…
-
## 📖 Documentation
As the title asks, what's the difference between Map and Record?
I noticed that Record at https://gcanti.github.io/fp-ts/modules/Record.ts.html had more functions under "utils…
-
## 🚀 Feature request
### Current Behavior
### Desired Behavior
Stack safe tail recursion that can be applied to a Monad.
Prior art is the member "tailRecM" under [Purescript's MonadRec…
-
## 🚀 Feature request
### Current Behavior
No `liftAN`.
### Desired Behavior
All applicatives should export `liftA2`, `liftA3`, etc...
### Suggested Solution
Why won't that work?
`…
-
## 🐛 Bug report
### Current Behavior
These log different things:
```typescript
import * as Eq from "fp-ts/lib/Eq";
import * as N from "fp-ts/lib/number";
import * as RA from "fp-ts/lib/Reado…
-
### Reproduction steps
Hi there,
I'm trying to run the `chip-tool` on the OpenWrt, I successfully cross-compiled the Matter1.2 `chip-tool` for the OpenWrt, but it can not work correctly, during the …
-
## 🚀 Feature request
There's [`NonEmptyArray`](https://gcanti.github.io/fp-ts/modules/NonEmptyArray.ts.html) in `fp-ts` though, there's no `NonEmptySet` for now.
In a private project, I use `Non…
CYBAI updated
3 years ago
-
Here's an example giving a maximum value of infinity in the returned matrix:
```python
L = 10e6 # 10 Mb
params = {"sequence_length": L, "population_size":1e4, "recombination_rate": 1e-8, "random…
-
### Describe the bug
When starting, an error is reported as follows, How to solve this problem, thank you!
```
{"level":"info","ts":1705306464.9162376,"logger":"go.opentelemetry.io/auto","calle…