package lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Stdune.File_kindSource

include module type of struct include Dune_filesystem_stubs.File_kind end
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
Sourceval to_dyn : t -> Dyn.t
OCaml

Innovation. Community. Security.