From eb2f6d9b15a23f970927a845969d590c4fd5b790 Mon Sep 17 00:00:00 2001 From: rowan Date: Mon, 31 Mar 2025 20:50:55 -0500 Subject: [PATCH] thought of a better way to explain Result --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16f354d..c3190ed 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ None.isNone() // true ### Result > Result = Ok\ | Err\ -Represents a value which may fail. +Represents the result of a computation which may fail. #### Methods ##### of :: Result f => a -> f a