Reorganize imports
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
module Days.D01 where
|
||||
|
||||
import Lib (Day, Parser, definitive, parsecDay)
|
||||
import Parse (number, someLines)
|
||||
|
||||
import Common
|
||||
import Data.List (sortBy)
|
||||
import Parse
|
||||
|
||||
type Intermediate = [[Int]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user