stdune
Dune's unstable standard library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package stdune
-
stdune
-
-
stdune.filesystem_stubs
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library stdune
include module type of struct include Dune_filesystem_stubs.Unix_error.Detailed end
A Unix error along with the corresponding system call and argument, as thrown in Unix exceptions.
A Unix error along with the corresponding system call and argument, as thrown in Unix exceptions.
type nonrec t = Dune_filesystem_stubs.Unix_error.t * string * string
val create : Unix.error -> syscall:string -> arg:string -> t
Apply a function to an argument, catching a detailed Unix error.
val to_string_hum : t -> string
val to_dyn : (Unix.error * string * string) -> Dyn.t
ON THIS PAGE
No table of contents