package stdune

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

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.1.0.tbz
sha256=077d520b0845c56e10ec5856d7c66ebe7a1f1bea4a3027d182f44b2529519d81
sha512=644fbf11e53ac88307b44c98f380e2c9db222b94e0e38263525c59d3504f185d79d916a506af45e84d16fd66889e1745305a7385d911e7b11c290549efdb444c

doc/stdune.filesystem_stubs/Dune_filesystem_stubs/File_kind/index.html

Module Dune_filesystem_stubs.File_kindSource

Auxiliary functions for working with Unix file kinds.

Sourcetype t = Unix.file_kind =
  1. | S_REG
  2. | S_DIR
  3. | S_CHR
  4. | S_BLK
  5. | S_LNK
  6. | S_FIFO
  7. | S_SOCK
Sourceval to_string : t -> string
Sourceval to_string_hum : t -> string
Sourceval equal : t -> t -> bool
OCaml

Innovation. Community. Security.