From: Siraaj Khandkar Date: Mon, 12 Feb 2018 03:58:19 +0000 (-0500) Subject: Improve wording X-Git-Url: https://git.xandkar.net/?p=hope.git;a=commitdiff_plain;h=32bdf36e56211673e0b3976cd51d99e6d131ed7b Improve wording --- diff --git a/README.md b/README.md index 5f2ed6c..79f413a 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ Abstractions ### Monads -A class of burritos, used for sequencing operations on a particular data type. -Defined in `hope_gen_monad`, implemented as: +A class of burritos, used for expressing sequences of operations on some data +type. Defined in `hope_gen_monad`, implemented as: - `hope_result`: for composition of common functions returning `{ok, Val} | {error, Reason}`. An alternative to exceptions, which makes the