fp-tx / core

fp-tx is a continuation of fp-ts, a functional programming library for TypeScript inspired by PureScript and Haskell.
https://fp-tx.org/
MIT License
13 stars 0 forks source link

Expose new typeclass combinators #8

Open jacob-alford opened 11 months ago

jacob-alford commented 11 months ago

Helpers like tap, etc are currently @internal, they should be exposed

jacob-alford commented 3 months ago

This is a bit tricky because it relies on some private types that are not (with fp-ts) intended to be exposed as an API. So for TS's sake we'll also need to expose those too.

We could also consider exposing 'dual'