aoc2021-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Day12

Description

 

Documentation

parse :: Graph gr => Text -> Maybe (Int, Int, gr Text Bool) Source #

walk :: (Monad m, Traversable t) => (a -> m (t a)) -> a -> m () Source #