package stdune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.18.1.tbz
sha256=5fa1e348f0cb24eed4ed93ceff0f768064c87078ceb008f6756d521bfceeea9e
sha512=cd15962bf81b3ab3f8cf477c0c2b0f151bb499a02164de28ef7a68d7bdcb15f382480531927076fcc8a7165078d9fff8e42139b10fd4c39142ce7ff32f8608d9

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 raise : t -> 'a
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.