From 1e0ff3e012f85b36088641df47915ac28ee80ec1 Mon Sep 17 00:00:00 2001 From: Julien Moutinho <julm@sourcephile.fr> Date: Tue, 20 Jun 2023 23:41:36 +0200 Subject: [PATCH] doc: fix typo in `ToFer` --- src/Symantic/Semantics/ToFer.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symantic/Semantics/ToFer.hs b/src/Symantic/Semantics/ToFer.hs index 5225a9e..3192f73 100644 --- a/src/Symantic/Semantics/ToFer.hs +++ b/src/Symantic/Semantics/ToFer.hs @@ -21,7 +21,7 @@ import Symantic.Syntaxes.TuplesOfFunctions -- | The 'ToFer' intermediate interpreter -- return Tuples-of-Functions instead of Eithers-of-Tuples. -- --- In other words, if transforms 'SumFunctor' into functions returning @(sem next)@ +-- In other words, it transforms 'SumFunctor' into functions returning @(sem next)@ -- and 'ProductFunctor' into arguments of those functions. -- -- This is like using an extension parameter introduced in -- 2.47.2