Day4
Description
parser :: (MonadParsec e s m, Token s ~ Char) => m ([Int], [[[Int]]]) Source #
day4 :: Text -> Either (ParseErrorBundle Text Void) (Maybe (Int, Int)) Source #