`println(testFP(x))` prints `false` but I’m expect...
# functional
h
println(testFP(x))
prints
false
but I’m expecting to print
true
as I’m expecting the behaviour to be the same as
println(testNoneFP(x))