Join Slack
Powered by
`Try<Int> pipe ((Int) -> Int)` is invalid...
# arrow
s
simon.vergauwen
04/19/2018, 8:46 AM
Try<Int> pipe ((Int) -> Int)
is invalid.
Try<Int> pipe ((Try<Int>) -> Try<Int>)
however is valid.
Open in Slack
Previous
Next