typo: Main.hs
This commit is contained in:
parent
f3d1125e1a
commit
acdbeee788
1 changed files with 1 additions and 1 deletions
2
Main.hs
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue