From acdbeee788187c069ce8f764ab5dd31cd524e96a Mon Sep 17 00:00:00 2001 From: hi Date: Fri, 8 Aug 2025 04:57:54 +0000 Subject: [PATCH] typo: Main.hs --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.hs b/Main.hs index f3effef..407ae1c 100644 --- a/Main.hs +++ b/Main.hs @@ -15,7 +15,7 @@ main = do putStrLn $ show $ bucket statement putStr $ serializeLatexTruthTable statement where - fail err@(ParseError pos message) = + fail (ParseError pos message) = putStrLn $ "parse error at position " <> show pos