[hs] Rename dayParser to dayParse

This commit is contained in:
Joscha 2020-12-03 01:36:37 +00:00
parent 9d02c4344d
commit 6ad7c5108d
2 changed files with 4 additions and 4 deletions

View file

@ -36,4 +36,4 @@ solver values = do
putStrLn $ show y1 ++ " * " ++ show y2 ++ " * " ++ show y3 ++ " = " ++ show (y1 * y2 * y3)
day :: Day
day = dayParser "2020_01" parser solver
day = dayParse "2020_01" parser solver