Closed cmditch closed 6 years ago
e.g., web3.eth.getBlockUncleCount(100000003, callback) == null
Should we return a Maybe or should this be an Err for the task's Result.
Maybe
Err
Result
e.g., web3.eth.getBlockUncleCount(100000003, callback) == null
Should we return a
Maybe
or should this be anErr
for the task'sResult
.