From 65ff693c953bbc770fb8761460e08783b4d7658f Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Sun, 2 Jul 2023 23:08:40 +0200 Subject: [PATCH] fix comment breaking haddock --- src/Servant/Job/Utils.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Servant/Job/Utils.hs b/src/Servant/Job/Utils.hs index 002dc51..35b4405 100644 --- a/src/Servant/Job/Utils.hs +++ b/src/Servant/Job/Utils.hs @@ -101,7 +101,7 @@ infixr 4 ?! data StepA a = StopA | YieldA a | ErrorA String - -- | SkipA + -- SkipA -- not yet needed fromActionStepA :: Functor m => m (StepA a) -> StepT m a -- 2.40.1