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