module Biocaml_streamable: sig .. end
sig
end
Stream.t
If you create a new data structure, you should make it compatible with Streamable if possible.
Streamable
module type S = sig .. end
module type S2 = sig .. end