module Stream: sig .. end
sig
end
type 'a t = 'a Stream.t
'a
'a Stream.t
exception Failure = Stream.Failure
exception Error = Stream.Error