package linol-lwt

  1. Overview
  2. Docs
type 'a task = 'a t
type t =
  1. | E : {
    1. task : 'a task;
    2. e : exn;
    } -> t
exception Wrapped of t

An exception caught and re-launched from a task

val pp : Stdlib.Format.formatter -> t -> unit
val to_string : t -> string
OCaml

Innovation. Community. Security.