package stdune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.0.tbz
sha256=b5c3d10f6f6048bfaf56fc4f0942d56381b55af4287caf8251487d4c4e7920d7
sha512=b3944b47c7ab1b2109aabc73dab7b9227765168bdcaddda875f3ee3c8277825f4a2672fbba903bf54ea507d00c7649c7dfc3c3bb156365d3052e570cf02caa82

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.