You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since fp-ts isn't really maintained anymore and Effect is the way to go now for most projects, I want to tweak this library to be much simpler and remove some more of the complex functional types.
For my uses I need:
fp-ts compatible for what remains
Option
Either
Task
TaskEither
Standard library functions for array, object, string, etc...
Pipe and flow
Published on JSR
examples in the docs are tested and type-checked
Docs are easier to understand for those not familiar with the concepts
The text was updated successfully, but these errors were encountered:
Since fp-ts isn't really maintained anymore and Effect is the way to go now for most projects, I want to tweak this library to be much simpler and remove some more of the complex functional types.
For my uses I need:
The text was updated successfully, but these errors were encountered: