package stdune

  1. Overview
  2. Docs
Dune's unstable standard library

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.3.0.tbz
sha256=1a08c708eb3f4346caa1ee814027484900d0e1518582f5c4d53fff6190d5504f
sha512=15cddad51ad6e9d1b71756da9e898a42846c2f320268342a18b8df79fc33383ffdc775c199fbe2a114affb480e0558a8f27492c9c274e6bc6cc86084ecdd543e

doc/stdune.filesystem_stubs/Dune_filesystem_stubs/Unix_error/Detailed/index.html

Module Unix_error.DetailedSource

A Unix error along with the corresponding system call and argument, as thrown in Unix exceptions.

Sourcetype nonrec t = t * string * string
Sourceval create : Unix.error -> syscall:string -> arg:string -> t
Sourceval catch : ('a -> 'b) -> 'a -> ('b, t) result

Apply a function to an argument, catching a detailed Unix error.

Sourceval equal : t -> t -> bool
Sourceval to_string_hum : t -> string
OCaml

Innovation. Community. Security.