Module Stream.Infix

val (<:>) : 'a -> 'a t -> 'a t

Infix version of cons

val (.%[]) : 'a t -> int -> 'a Try.t

Flipped version of at.