Internal_pervasives.System_error
val fail_fatal :
?attach:(string * Attached_result.content) list ->
static ->
('a, [> t ]) Asynchronous_result.t
val catch :
?attach:(string * Attached_result.content) list ->
('a -> 'b Lwt.t) ->
'c ->
('d, [> t ]) Attached_result.t Lwt.t
val catch_exn :
?attach:(string * Attached_result.content) list ->
(unit -> 'a) ->
('b, [> t ]) Asynchronous_result.t
val fail_fatalf :
?attach:(string * Attached_result.content) list ->
('a, Stdlib.Format.formatter, unit, ('b, [> t ]) Asynchronous_result.t)
Stdlib.format4 ->
'c