Move Parser definition to its own module
This commit is contained in:
parent
4ef752a765
commit
a891996352
5 changed files with 33 additions and 26 deletions
|
|
@ -1,7 +1,7 @@
|
|||
module AoC.Riddle (
|
||||
Riddle (..),
|
||||
Error (..),
|
||||
Solution (..),
|
||||
Riddle,
|
||||
Error,
|
||||
Solution,
|
||||
loadRiddle,
|
||||
) where
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue