Update notes/error-handling.md

This commit is contained in:
Alexander Navarro 2024-10-26 18:40:01 +00:00
parent 76c7956d21
commit 3fbb13a6db

View file

@ -36,5 +36,6 @@ Resources:
- [[Readwise/Monad Is Actually Easy.|This data type is a monad]] - [[Readwise/Monad Is Actually Easy.|This data type is a monad]]
- Rust [`Option<T>`](https://doc.rust-lang.org/book/ch06-01-defining-an-enum.html#the-option-enum-and-its-advantages-over-null-values) and [`Result<T, E>`](https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html) types. - Rust [`Option<T>`](https://doc.rust-lang.org/book/ch06-01-defining-an-enum.html#the-option-enum-and-its-advantages-over-null-values) and [`Result<T, E>`](https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html) types.
- Gleam [`Option(a)`](https://hexdocs.pm/gleam_stdlib/gleam/option.html) type. - Gleam [`Option(a)`](https://hexdocs.pm/gleam_stdlib/gleam/option.html) type.
- [Typescript Monads Package](https://github.com/thames-technology/monads)
### Return touples ### Return touples