aoc2017-0.1.0.0: Advent of Code 2017 - my answers

Safe HaskellNone
LanguageHaskell2010

Day5

Description

 

Synopsis

Documentation

steps Source #

Arguments

:: (Int -> Int)

After each step, mutate the previous item

-> [Int]

Start at index 0

-> Int

Number of steps until the index is out of bounds

At each step, the current item is used as a relative index shift.