maxveldink / sorbet-result

Adds T::Result as a basic, strongly-typed monad
MIT License
23 stars 2 forks source link

Update README.md payload & error types #75

Closed dcecile closed 1 month ago

dcecile commented 1 month ago

Implementations:

https://github.com/maxveldink/sorbet-result/blob/86319a453a3f98425b320f2f9c13341c73eb8e32/lib/typed/result.rb#L104-L106

https://github.com/maxveldink/sorbet-result/blob/86319a453a3f98425b320f2f9c13341c73eb8e32/lib/typed/result.rb#L179-L181

maxveldink commented 1 month ago

Thank you!

dcecile commented 1 month ago

Oh! I just read the diff again right now, and there's also a typo on the line I changed: #76