Module Make.IoStyle

type 'a t = 'a Fetcher.IoStyle.t
val return : 'x -> 'x t
val bind : 'x t -> ('x -> 'y t) -> 'y t