samhh / fp-ts-std

The missing pseudo-standard library for fp-ts.
https://samhh.github.io/fp-ts-std/
MIT License
207 stars 27 forks source link

Curried tuple creation #167

Closed samhh closed 1 year ago

samhh commented 1 year ago

Equivalent to (,), or curry2T(create).

samhh commented 1 year ago

Already covered by withFst and withSnd.