package stdune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.8.0.tbz
sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4
sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994

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.