package dune-action-plugin

  1. Overview
  2. Docs
type t =
  1. | File of string
  2. | Directory of string
  3. | Glob of {
    1. path : string;
    2. glob : string;
    }
val sexp_of_t : t -> Stdune.Sexp.t
val t_of_sexp : Stdune.Sexp.t -> t Stdune.Option.t
module Map : Stdune.Map.S with type key = t
module Set : sig ... end