Module type Biocaml_streamable.S2

module type S2 = sig .. end

type ('a, 'b) t 
val to_stream : ('a, 'b) t -> ('a * 'b) Stream.t
val of_stream : ('a * 'b) Stream.t -> ('a, 'b) t