Bos_os_utype 'a result = ('a, [ `Unix of Unix.error ]) Rresult.resultval pp_error : Format.formatter -> [< `Unix of Unix.error ] -> unitval open_error :
('a, [< `Unix of 'b ]) Rresult.result ->
('a, [> `Unix of 'b ]) Rresult.resultval error_to_msg :
('a, [< `Unix of Unix.error ]) Rresult.result ->
('a, [> Rresult.R.msg ]) Rresult.resultval call : ('a -> 'b) -> 'a -> ('b, [> `Unix of Unix.error ]) Rresult.resultval mkdir :
Fpath.t ->
Unix.file_perm ->
(unit, [> `Unix of Unix.error ]) Rresult.resultval link :
Fpath.t ->
Fpath.t ->
(unit, [> `Unix of Unix.error ]) Rresult.resultval unlink : Fpath.t -> (unit, [> `Unix of Unix.error ]) Rresult.resultval rename :
Fpath.t ->
Fpath.t ->
(unit, [> `Unix of Unix.error ]) Rresult.resultval stat : Fpath.t -> (Unix.stats, [> `Unix of Unix.error ]) Rresult.resultval lstat : Fpath.t -> (Unix.stats, [> `Unix of Unix.error ]) Rresult.resultval truncate :
Fpath.t ->
int ->
(unit, [> `Unix of Unix.error ]) Rresult.result