Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
duckRabbitPy authored Mar 29, 2024
1 parent 3aa9833 commit 0e1befc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ I used this project to explore different technologies in my own time, this proje

EffectTS is a library that provides a powerful way to work with systems that can both succeed and fail in different places and in different ways.

The Effect module provides us with an immutable value `Effect<Error, Value, Requirements>` that represents both the success case and the failure case of an operation in its type definition.
The Effect module provides us with an immutable value `Effect<Value, Error, Requirements>` that represents both the success case and the failure case of an operation in its type definition.

These immutable lazy values can be passed around the program so that every operation that requires a success result is guaranteed to have it.

Expand Down

0 comments on commit 0e1befc

Please sign in to comment.