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

Adds ReaderTaskEither support #130

Closed stefanoCrmg closed 2 years ago

stefanoCrmg commented 2 years ago

Hi,

I recently found myself using RTEs while working with Next.js's getServerSideProps function and figured that RTE.unsafeUnwrap might be useful to someone else as well 😄

samhh commented 2 years ago

Thanks!