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/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.