stdune
Make.M
stdune.filesystem_stubs
type 'a t
val return : 'a -> 'a t
val bind : 'a t -> f:('a -> 'b t) -> 'b t