X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=src%2Fadvent12%2Flife.hs;h=18d141046bab8c351c6e82cb9d52c1444a5dcf0f;hb=8227e18e534ac192b718bbfe0592e81a30f2a433;hp=840ac8ce04d22e26755bccbc4a3a1457832de953;hpb=bb244d2255e1a7e93450df36cfe0145728b50b3d;p=advent-of-code-18.git diff --git a/src/advent12/life.hs b/src/advent12/life.hs index 840ac8c..18d1410 100644 --- a/src/advent12/life.hs +++ b/src/advent12/life.hs @@ -1,5 +1,8 @@ {-# LANGUAGE DeriveFunctor #-} +-- From https://gist.github.com/gatlin/21d669321c617836a317693aef63a3c3 + + import Control.Applicative import Control.Comonad