`Try<Int> pipe ((Int) -> Int)` is invalid...
# arrow
s
Try<Int> pipe ((Int) -> Int)
is invalid.
Try<Int> pipe ((Try<Int>) -> Try<Int>)
however is valid.