aoc2017-0.1.0.0: Advent of Code 2017 - my answers

Safe HaskellSafe
LanguageHaskell2010

Day8

Description

 

Synopsis

Documentation

exec :: (Num a, Ord a, Read a) => Map String a -> String -> Map String a Source #

Performs one operation on a register state, if the condition applies.