package devkit

  1. Overview
  2. Docs
Development kit - general purpose library

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.tar.gz
sha256=28f4c68127579b86c5f50e01e444e8c51f0543bc5472c2dcac28993bc88aa756
md5=0317493fa5cc1054a882ceca59ce5992

doc/devkit.core/Devkit_core/Exn_lwt/index.html

Module Devkit_core.Exn_lwtSource

Dealing with Lwt exceptions

Sourceval catch : ('a -> 'b Lwt.t) -> 'a -> 'b option Lwt.t
Sourceval map : ('a -> 'b Lwt.t) -> 'a -> [> `Exn of exn | `Ok of 'b ] Lwt.t
Sourceval fail : ?exn:exn -> ('a, unit, string, 'b Lwt.t) format4 -> 'a
Sourceval invalid_arg : ('a, unit, string, 'b Lwt.t) format4 -> 'a
OCaml

Innovation. Community. Security.