From 06f4f29cdfba238f98e2f3f75ac1e556eef371ee Mon Sep 17 00:00:00 2001 From: maralorn Date: Sun, 7 Apr 2024 23:05:35 +0200 Subject: [PATCH] Fix typos --- README.md | 2 +- bluefin/src/Bluefin/Compound.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2486e0..7be6268 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bluefin -Bluefin is an effect system for Haskell which allows you, though +Bluefin is an effect system for Haskell which allows you, through value-level handles, to freely mix a variety of effects including diff --git a/bluefin/src/Bluefin/Compound.hs b/bluefin/src/Bluefin/Compound.hs index af58f72..c03c814 100644 --- a/bluefin/src/Bluefin/Compound.hs +++ b/bluefin/src/Bluefin/Compound.hs @@ -37,7 +37,7 @@ module Bluefin.Compound -- @ -- -- @ - -- >>> exampeleCounter1 + -- >>> exampleCounter1 -- 3 -- @