> This one is equivalent to a prepend and a prepare with (). > > > val prepare: 'a t * (unit -> 'a) -> Ready.t > > So, it seems as though it is redundant with the other available > operations. Good point. Now the interface is quite clean.