type t
[
|
`does_not_exist
`not_a_dir
`listing of Listing.t
]
include sig ... end
val compare : t ‑> t ‑> int
val t_of_sexp : Base.Sexp.t ‑> t
val __t_of_sexp__ : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t