package stdune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.6.0.tbz
sha256=08a0c6c9521604e60cf36afba036ecf1b107df51eed14a2fb7eef6cfdd2bf278
sha512=71b94cb7cad4c6f998da5bd59fe3c6d0b4a4188896ae04aa0ffff7142ced0b93bce3a88c3b5b7b7c8c948d10ccfb2fb81fcf764aa421b595e061ac3049fa8870

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.