package stdune

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type nonrec t =
  1. | Ok of t
  2. | Unexpected_kind
  3. | Unix_error of Dune_filesystem_stubs.Unix_error.Detailed.t
    (*

    A Unix error, e.g., (ENOENT, _, _) if the path doesn't exist.

    *)
val equal : t -> t -> bool