-
I apologize for the wordy title. First of all, thank you for all of the amazing libraries you've written. TypeScript would only be JavaScript++ without fp-ts and io-ts.
Anyway, I was wondering why,…
-
## Documentation
Currently, the signature in the module documentation uses the javascript signature. This is harder to read compared to HM style type signature used by e.g. haskell, ramda.
https…
-
* readonlyである
* 全部newtypeされていて直接はアクセスできない
* プレーンオブジェクトである
kgtkr updated
4 years ago
-
## 📖 Documentation
Hi!
I would love to figure out this problem:
```ts
import * as task from 'fp-ts/lib/Task'
import { identity } from 'fp-ts/lib/function'
console.log(task.map(identity)(…
-
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 {…
-
We will use this issue to plan and schedule events for 2024.
# Talks
## Schedule
* 2024-01-12 (Friday) - 2024 Kickoff: social event @ Bloodhound.
* 2024-02-13 - Regular meetup
- Javan Woo…
-
## 🐛 Bug report
### Current Behavior
### Expected behavior
### Reproducible example
We have defined a `reject` operator that is implemented using `filter`:
```ts
import * as A …
-
Will this new TS feature an impact on how we use fp-ts?
-
## 📖 Documentation
In this commit : https://github.com/gcanti/fp-ts/commit/e08a16e1060437992aae9970e578d53a27b267d8 all non-technical documentation was removed.
The images and all that non-technic…