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