Giulio Canti
Giulio Canti
`inj` / `prj` are just identity functions at runtime, they could be stripped out by a babel plugin
This repo is deprecated, please migrate to [babel-plugin-tcomb](https://github.com/gcanti/babel-plugin-tcomb) which is now Flow compatible
This repo is deprecated, please migrate to [babel-plugin-tcomb](https://github.com/gcanti/babel-plugin-tcomb) which is now Flow compatible
Namely: - Array - Map - NonEmptyArray - Record - Set - Tuple
Drop your company name, svg logo, link to your website, and links to any repos using fp-ts.
## 💡 Idea Currently `oneof`; 1) forces the user to add a type annotation at the call site 2) doesn't statically enforce at least one arb in input Repros: 1)...
Sorry if it was discussed before, after scanning the issues I didn't find anything on the subject. The motivation comes from the last addition: the spec for `chainRec` which I...
I started to think about a new error model. This is what I get so far ```ts export type DecodeError = | Leaf | LabeledProduct // suitable for product types...
Feedback
Based on the following (self imposed) requirements: - the library shouldn't be tied to `io-ts` - the library shouldn't be tied to `cross-fetch` - decoding shouldn't be optional (not recommended...