X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-22.git;a=blobdiff_plain;f=advent21%2FMain.hs;fp=advent21%2FMain.hs;h=6d856e54b6ee9bfc358fb783857bea51b3cc54f5;hp=181161227c5f731e2bc0e691efb2cadb0b7a8f27;hb=3ad0f674265f18dc390d3d6078348cea5f36f98c;hpb=402a27d38485107852e8128f20a443cc7a684c6d diff --git a/advent21/Main.hs b/advent21/Main.hs index 1811612..6d856e5 100644 --- a/advent21/Main.hs +++ b/advent21/Main.hs @@ -7,7 +7,7 @@ import Data.Attoparsec.Text hiding (take, D) import Control.Applicative import qualified Data.Map.Strict as M import Data.Map.Strict ((!)) -import Control.Lens +import Control.Lens hiding (op) data Shout = Literal Int | Operation Operator String String deriving (Show, Eq, Ord)