package diffable

  1. Overview
  2. Docs

Module Diffable.Make_streamableSource

Parameters

module T : sig ... end

Signature

include Streamable.S with type t := T.t
Sourcemodule Intermediate : sig ... end
Sourceval to_parts : T.t -> Intermediate.Part.t Base.Sequence.t
Sourceval finalize : Intermediate.t -> T.t