package cohttp-lwt
-
cohttp-lwt
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
catch f
is f () >|= Result.ok
, unless f
fails with an IO error, in which case it returns the error.
val pp_error : Stdlib.Format.formatter -> error -> unit