package async

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Unpack_sequence.Unpack_iter_resultSource

Sourcetype 'a t =
  1. | Input_closed
  2. | Input_closed_in_the_middle_of_data of 'a Unpack_buffer.t
  3. | Unpack_error of Core.Error.t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
Sourceval to_error : _ t -> Core.Error.t
OCaml

Innovation. Community. Security.