package stdune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.4.0.tbz
sha256=0a5566c4910f193d609965a034b482085dc04e0bcdfec9756ff9957df2b67a3c
sha512=74cd3aa75fb0fcc098b6dcf69d6d904221b69b52430e910e0839e1706c453647a4d107471b55363e16ba8094e62461736a1e52eca08dd288cbb15d3d6ce0df10

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.