Day12
Description
parse :: Graph gr => Text -> Maybe (Int, Int, gr Text Bool) Source #
walk :: (Monad m, Traversable t) => (a -> m (t a)) -> a -> m () Source #
day12 :: Bool -> Text -> Maybe Int Source #
day12a :: Text -> Maybe Int Source #
day12b :: Text -> Maybe Int Source #