package streamable

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

Parameters

module A : sig ... end
module B : sig ... end
module C : sig ... end
module D : sig ... end

Signature

type t = A.t * B.t * C.t * D.t
module Intermediate : sig ... end
val finalize : Intermediate.t -> t
OCaml

Innovation. Community. Security.