package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'response t =
  1. | Query
  2. | Abort_streaming_rpc_query
  3. | Response of 'response
val globalize : ('response -> 'response) -> 'response t -> 'response t
include Sexplib0.Sexpable.S1 with type 'response t := 'response t
val t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.