Closed avsm closed 10 years ago
The definition in lib/unix_syscalls.ml has a with sexp, but the signature doesnt:
lib/unix_syscalls.ml
with sexp
module File_kind : sig type t = [ `File | `Directory | `Char | `Block | `Link | `Fifo | `Socket ] end
Could this be exposed so that it's easier to print File_kinds?
Submitted internally.
The definition in
lib/unix_syscalls.ml
has awith sexp
, but the signature doesnt:Could this be exposed so that it's easier to print File_kinds?