package async_extra

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t =
  1. | Input_closed
  2. | Input_closed_in_the_middle_of_data of 'a Core.Unpack_buffer.t
  3. | Output_closed
  4. | Unpack_error of Core.Error.t
include sig ... end
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t
val to_error : _ t -> Core.Error.t