X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;ds=sidebyside;f=advent11%2FMain.hs;fp=advent11%2FMain.hs;h=3f4619be8eab19e0c53d0197690edffe425af632;hb=89eb500db478502b125606aa4ffbf8c2cc515ddf;hp=a63be5c4fdddcbd78f1cb2b636c8c8c6130119c0;hpb=7556dfa39ef3eec2bc5e55ff2cfaad101a6cfb5f;p=advent-of-code-22.git diff --git a/advent11/Main.hs b/advent11/Main.hs index a63be5c..3f4619b 100644 --- a/advent11/Main.hs +++ b/advent11/Main.hs @@ -6,7 +6,7 @@ import qualified Data.Text.IO as TIO import Data.Attoparsec.Text hiding (take, D) import Control.Applicative import Data.List -import qualified Data.IntMap as M +import qualified Data.IntMap.Strict as M import Data.IntMap ((!)) import Control.Lens import Control.Monad.State.Strict