package streamable

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

Module type Streamable.Of_variant2Source

Parameters

module A : sig ... end
module B : sig ... end

Signature

type t = [
  1. | `A of A.t
  2. | `B of B.t
]
module Intermediate : sig ... end
val to_parts : t -> Intermediate.Part.t Base.Sequence.t
val finalize : Intermediate.t -> t