Update notes/error-handling.md
This commit is contained in:
parent
76c7956d21
commit
3fbb13a6db
1 changed files with 1 additions and 0 deletions
|
|
@ -36,5 +36,6 @@ Resources:
|
|||
- [[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.
|
||||
- Gleam [`Option(a)`](https://hexdocs.pm/gleam_stdlib/gleam/option.html) type.
|
||||
- [Typescript Monads Package](https://github.com/thames-technology/monads)
|
||||
|
||||
### Return touples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue