Day16
Description
data Packet a Source #
Constructors
Fields
parser :: (Num a, MonadParsec e s m, Token s ~ Char) => m (Packet a) Source #
day16a :: Text -> Either (ParseErrorBundle Text Void) Int Source #
day16b :: Text -> Either (ParseErrorBundle Text Void) (Maybe Int) Source #