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
|
putStrLn $ show $ bucket statement
|
||||||
putStr $ serializeLatexTruthTable statement
|
putStr $ serializeLatexTruthTable statement
|
||||||
where
|
where
|
||||||
fail err@(ParseError pos message) =
|
fail (ParseError pos message) =
|
||||||
putStrLn $
|
putStrLn $
|
||||||
"parse error at position "
|
"parse error at position "
|
||||||
<> show pos
|
<> show pos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue