sledorze / morphic-ts

MIT License
321 stars 17 forks source link

Move StateEither to either fp-ts or fp-ts-contrib #4

Closed sledorze closed 4 years ago

sledorze commented 4 years ago

We've derived a StateEither implementation (from a richer one).

https://github.com/sledorze/morphic-ts/blob/master/src/json-schema-interpreters/StateEither.ts

It's now time to move it to a better place where it can be used by others. That move would involve writing (or adapting existing) tests.

lucas-t5 commented 4 years ago

@sledorze Please check PR above :)

sledorze commented 4 years ago

thanks @haredev