From 3fbb13a6db243c57b7afa725cf89d2f37f6b6350 Mon Sep 17 00:00:00 2001 From: aleidk Date: Sat, 26 Oct 2024 18:40:01 +0000 Subject: [PATCH] Update notes/error-handling.md --- notes/error-handling.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes/error-handling.md b/notes/error-handling.md index 8ec4cd5..6770685 100644 --- a/notes/error-handling.md +++ b/notes/error-handling.md @@ -36,5 +36,6 @@ Resources: - [[Readwise/Monad Is Actually Easy.|This data type is a monad]] - Rust [`Option`](https://doc.rust-lang.org/book/ch06-01-defining-an-enum.html#the-option-enum-and-its-advantages-over-null-values) and [`Result`](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