Open mikonieminen opened 4 years ago
Currently we mostly call failwith with a message. Instead the library should use more specific exception types to indicate what kind of failure is in the question.
failwith
Currently we mostly call
failwith
with a message. Instead the library should use more specific exception types to indicate what kind of failure is in the question.