object IntShrinker : Shrinker<Int>
Given a value, T, this function returns possible "smaller" values to be used as candidates for shrinking.
fun shrink(failure: Int): List<Int>