Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
omgbebebe committed Nov 27, 2022
1 parent ef01ee6 commit 1d4d25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Omg.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ run :: String -> IO ()
run input = do
print $ "running with input: " <> input
case runParser omgP "some imput name" (T.pack input) of
Right res -> T.putStrLn $ "Parser command is:\n" <> (T.pack $ show res)
Right res -> T.putStrLn $ "Parsed command is:\n" <> (T.pack $ show res)
Left err -> T.putStrLn $ "failed to parse input data"

0 comments on commit 1d4d25f

Please sign in to comment.