Day21
Description
parser :: (MonadParsec e s m, IsString (Tokens s), Token s ~ Char) => m (Int, Int) Source #
day21a :: Text -> Either (ParseErrorBundle Text Void) Int Source #
day21b :: Text -> Either (ParseErrorBundle Text Void) Int Source #