diff options
author | Akshay <[email protected]> | 2020-12-16 07:27:38 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-12-16 07:27:38 +0000 |
commit | 8c1193fece01bb80e86d8cc36efcf8820a6ccb46 (patch) | |
tree | f13ed4cdb33e748f596db9b7e7a2b08d8b3ba0ef /execs/Day13.hs | |
parent | 38f3a717b0f8095fb05b9be0bebd158474eb7618 (diff) |
format *
Diffstat (limited to 'execs/Day13.hs')
-rw-r--r-- | execs/Day13.hs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/execs/Day13.hs b/execs/Day13.hs index 07d379d..ca64fe0 100644 --- a/execs/Day13.hs +++ b/execs/Day13.hs | |||
@@ -1,11 +1,11 @@ | |||
1 | module Main where | 1 | module Main where |
2 | 2 | ||
3 | import Utils | 3 | import Control.Monad (ap, zipWithM) |
4 | import Data.List.Split | 4 | import Data.Bifunctor |
5 | import Data.Tuple | 5 | import Data.List (sortOn) |
6 | import Data.List (sortOn) | 6 | import Data.List.Split |
7 | import Data.Bifunctor | 7 | import Data.Tuple |
8 | import Control.Monad (zipWithM, ap) | 8 | import Utils |
9 | 9 | ||
10 | earliest :: Int -> [Int] -> Int | 10 | earliest :: Int -> [Int] -> Int |
11 | earliest start ls = t * b | 11 | earliest start ls = t * b |