Module Core_unix.Fd_spec

type 'maybe_fd t =
  1. | Generate : File_descr.t t
  2. | Use_this : File_descr.t -> [ `Did_not_create_fd ] t