module type S = sig .. end
sig
end
include Functor.Basic
val (>|=) : 'a t -> ('a -> 'b) -> 'b t
'a t -> ('a -> 'b) -> 'b t
val replace : 'a -> 'b t -> 'a t
'a -> 'b t -> 'a t
val void : 'a t -> unit t
'a t -> unit t