We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It should have this signature
module type S = sig type error val throw : error -> 'a val catch : (unit -> 'a) -> ('a, error) result end
Activity