From ea3ba17104307fa1081ebe5ce7a815d9ef01fa11 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Tue, 20 May 2025 22:38:28 +0200 Subject: Fix Haddock comment syntax --- src/Language/SimpleShell/Parser/Expr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Language/SimpleShell/Parser/Expr.hs b/src/Language/SimpleShell/Parser/Expr.hs index cabf522..06d6624 100644 --- a/src/Language/SimpleShell/Parser/Expr.hs +++ b/src/Language/SimpleShell/Parser/Expr.hs @@ -79,7 +79,7 @@ strongTermP_ isBoring = not . (`elem` "()\"" ++ commentFirstChars) --- | Parse "strong" term with fixed type. +-- | Parse strong term with fixed type. strongTermP' :: String -> SimpleType -> Parser Expr strongTermP' errMsg t = forceType t strongTermP <|> fail errMsg -- cgit v1.2.3