package streamable

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

Module StreamableSource

Sourcemodule type S = sig ... end
Sourcemodule type S_rpc = sig ... end
Sourcemodule type S_rpc_with_sexp_of_part = sig ... end
Sourcemodule type Of_atomic = sig ... end
Sourcemodule type Of_atomic_rpc = sig ... end
Sourcemodule type Of_map = sig ... end
Sourcemodule type Of_map_rpc = sig ... end
Sourcemodule type Of_total_map = sig ... end
Sourcemodule type Of_total_map_rpc = sig ... end
Sourcemodule type Of_hashtbl = sig ... end
Sourcemodule type Of_hashtbl_rpc = sig ... end
Sourcemodule type Of_set = sig ... end
Sourcemodule type Of_set_rpc = sig ... end
Sourcemodule type Of_tuple2 = sig ... end
Sourcemodule type Of_tuple2_rpc = sig ... end
Sourcemodule type Of_tuple3 = sig ... end
Sourcemodule type Of_tuple3_rpc = sig ... end
Sourcemodule type Of_tuple4 = sig ... end
Sourcemodule type Of_tuple4_rpc = sig ... end
Sourcemodule type Of_tuple5 = sig ... end
Sourcemodule type Of_tuple5_rpc = sig ... end
Sourcemodule type Of_tuple6 = sig ... end
Sourcemodule type Of_tuple6_rpc = sig ... end
Sourcemodule type Of_variant2 = sig ... end
Sourcemodule type Of_variant2_rpc = sig ... end
Sourcemodule type Of_variant3 = sig ... end
Sourcemodule type Of_variant3_rpc = sig ... end
Sourcemodule type Of_variant4 = sig ... end
Sourcemodule type Of_variant4_rpc = sig ... end
Sourcemodule type Of_variant5 = sig ... end
Sourcemodule type Of_variant5_rpc = sig ... end
Sourcemodule type Of_list = sig ... end
Sourcemodule type Of_list_rpc = sig ... end
Sourcemodule type Of_nonempty_list = sig ... end
Sourcemodule type Of_nonempty_list_rpc = sig ... end
Sourcemodule type Of_option = sig ... end
Sourcemodule type Of_option_rpc = sig ... end
Sourcemodule type Of_result = sig ... end
Sourcemodule type Of_result_rpc = sig ... end
Sourcemodule type Of_fqueue = sig ... end
Sourcemodule type Of_fqueue_rpc = sig ... end
Sourcemodule type Of_sequence = sig ... end
Sourcemodule type Of_sequence_rpc = sig ... end
Sourcemodule type Of_streamable = sig ... end
Sourcemodule type Of_streamable_rpc = sig ... end
Sourcemodule type Fixpoint = sig ... end
Sourcemodule type Fixpoint_rpc = sig ... end
Sourcemodule type Checked = sig ... end
Sourcemodule type Packed = sig ... end
Sourcemodule type Packed_rpc = sig ... end

The latest versions of each functor. These functors are unstable

Sourcemodule Of_atomic (A : sig ... end) : sig ... end
Sourcemodule Of_atomic_rpc (A : sig ... end) : sig ... end
Sourcemodule Of_map (Key : Core.Stable) (Data : sig ... end) : sig ... end
Sourcemodule Of_map_rpc (Key : sig ... end) (Data : sig ... end) : sig ... end
Sourcemodule Of_total_map (Key : Total_map.Key_with_witnesses) (Data : sig ... end) : sig ... end
Sourcemodule Of_total_map_rpc (Key : Total_map.Key_with_witnesses) (Data : sig ... end) : sig ... end
Sourcemodule Of_hashtbl (Key : sig ... end) (Data : sig ... end) : sig ... end
Sourcemodule Of_hashtbl_rpc (Key : sig ... end) (Data : sig ... end) : sig ... end
Sourcemodule Of_set (Key : Core.Stable) : sig ... end
Sourcemodule Of_set_rpc (Key : sig ... end) : sig ... end
Sourcemodule Of_tuple2 (A : sig ... end) (B : sig ... end) : sig ... end
Sourcemodule Of_tuple2_rpc (A : sig ... end) (B : sig ... end) : sig ... end
Sourcemodule Of_tuple3 (A : sig ... end) (B : sig ... end) (C : sig ... end) : sig ... end
Sourcemodule Of_tuple3_rpc (A : sig ... end) (B : sig ... end) (C : sig ... end) : sig ... end
Sourcemodule Of_tuple4 (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) : sig ... end
Sourcemodule Of_tuple4_rpc (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) : sig ... end
Sourcemodule Of_tuple5 (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) (E : sig ... end) : sig ... end
Sourcemodule Of_tuple5_rpc (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) (E : sig ... end) : sig ... end
Sourcemodule Of_tuple6 (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) (E : sig ... end) (F : sig ... end) : sig ... end
Sourcemodule Of_tuple6_rpc (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) (E : sig ... end) (F : sig ... end) : sig ... end
Sourcemodule Of_tuple7 (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) (E : sig ... end) (F : sig ... end) (G : sig ... end) : sig ... end
Sourcemodule Of_tuple7_rpc (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) (E : sig ... end) (F : sig ... end) (G : sig ... end) : sig ... end
Sourcemodule Of_tuple8 (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) (E : sig ... end) (F : sig ... end) (G : sig ... end) (H : sig ... end) : sig ... end
Sourcemodule Of_tuple8_rpc (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) (E : sig ... end) (F : sig ... end) (G : sig ... end) (H : sig ... end) : sig ... end
Sourcemodule Of_tuple9 (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) (E : sig ... end) (F : sig ... end) (G : sig ... end) (H : sig ... end) (I : sig ... end) : sig ... end
Sourcemodule Of_tuple9_rpc (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) (E : sig ... end) (F : sig ... end) (G : sig ... end) (H : sig ... end) (I : sig ... end) : sig ... end
Sourcemodule Of_variant2 (A : sig ... end) (B : sig ... end) : sig ... end
Sourcemodule Of_variant2_rpc (A : sig ... end) (B : sig ... end) : sig ... end
Sourcemodule Of_variant3 (A : sig ... end) (B : sig ... end) (C : sig ... end) : sig ... end
Sourcemodule Of_variant3_rpc (A : sig ... end) (B : sig ... end) (C : sig ... end) : sig ... end
Sourcemodule Of_variant4 (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) : sig ... end
Sourcemodule Of_variant4_rpc (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) : sig ... end
Sourcemodule Of_variant5 (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) (E : sig ... end) : sig ... end
Sourcemodule Of_variant5_rpc (A : sig ... end) (B : sig ... end) (C : sig ... end) (D : sig ... end) (E : sig ... end) : sig ... end
Sourcemodule Of_list (A : sig ... end) : sig ... end
Sourcemodule Of_list_rpc (A : sig ... end) : sig ... end
Sourcemodule Of_nonempty_list (A : sig ... end) : sig ... end
Sourcemodule Of_nonempty_list_rpc (A : sig ... end) : sig ... end
Sourcemodule Of_option (A : sig ... end) : sig ... end
Sourcemodule Of_option_rpc (A : sig ... end) : sig ... end
Sourcemodule Of_result (A : sig ... end) (B : sig ... end) : sig ... end
Sourcemodule Of_result_rpc (A : sig ... end) (B : sig ... end) : sig ... end
Sourcemodule Of_fqueue (A : sig ... end) : sig ... end
Sourcemodule Of_fqueue_rpc (A : sig ... end) : sig ... end
Sourcemodule Of_sequence (A : sig ... end) : sig ... end
Sourcemodule Of_sequence_rpc (A : sig ... end) : sig ... end
Sourcemodule Of_streamable (Streamable : sig ... end) (X : sig ... end) : sig ... end
Sourcemodule Of_streamable_rpc (Streamable : sig ... end) (X : sig ... end) : sig ... end
Sourcemodule Of_sexpable (Sexpable : Core.Sexpable) : sig ... end
Sourcemodule Fixpoint (T : Core.T) (F : functor (X : sig ... end) -> sig ... end) : sig ... end
Sourcemodule Fixpoint_rpc (T : Core.T) (F : functor (X : sig ... end) -> sig ... end) : sig ... end
Sourcemodule Checked (Limit : sig ... end) (X : sig ... end) : sig ... end
Sourcemodule Packed (X : sig ... end) : sig ... end
Sourcemodule Packed_rpc (X : sig ... end) : sig ... end
Sourcemodule Remove_t_rpc = Remove_t.F_rpc
Sourcemodule Remove_t = Remove_t.F
Sourcemodule Stable : sig ... end
Sourcemodule Plain_rpc : sig ... end
Sourcemodule Pipe_rpc : sig ... end
Sourcemodule State_rpc : sig ... end
Sourcemodule Versioned_plain_rpc : sig ... end
Sourcemodule Versioned_pipe_rpc : sig ... end
Sourcemodule Versioned_state_rpc : sig ... end
OCaml

Innovation. Community. Security.