janestreet / async_unix

Jane Street Capital's asynchronous execution library (unix)
MIT License
33 stars 21 forks source link

Unix.File_kind.t doesnt have sexp exposed #3

Closed avsm closed 10 years ago

avsm commented 10 years ago

The definition in lib/unix_syscalls.ml has a with sexp, but the signature doesnt:

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?

ghost commented 10 years ago

Submitted internally.