Module Posixat.File_kind

type t = Unix.file_kind =
| S_REG
| S_DIR
| S_CHR
| S_BLK
| S_LNK
| S_FIFO
| S_SOCK
val sexp_of_t : t ‑> Sexplib.Sexp.t