From 5ee662dd79baa61f5f117ae3584149bcb6837b87 Mon Sep 17 00:00:00 2001 From: Eitan Chatav Date: Mon, 15 Jan 2024 11:48:47 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec90228..9276dba 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An indexed monad transformer transforms a `Monad` into an indexed monad. This library provides - a typeclass for indexed monad transformers - - qualified @do@ notation to use with them + - qualified do notation to use with them - and instances for the - free indexed monad transformer - continuation indexed monad transformer