Schema.Io
type 'a t
= 'a
val return : 'a -> 'a t
val bind : 'a t -> ('a -> 'b t) -> 'b t
module Stream : sig ... end with type 'a io := 'a t and type 'a t = 'a Stdlib.Seq.t