X-Git-Url: https://git.xandkar.net/?p=hope.git;a=blobdiff_plain;f=README.md;fp=README.md;h=79f413adfc7a4c41476d1884fd1c548458cc4aba;hp=5f2ed6cb3f4f18b6e2d1c7e04d29f29edf4a300f;hb=32bdf36e56211673e0b3976cd51d99e6d131ed7b;hpb=5fab324af707977a6e08246757acd09e1a3cb7c1 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