package ocp-ocamlres

  1. Overview
  2. Docs

Predicates for filtering paths. Used to select the files and dirs to be scanned.

type t = OCamlRes.Path.t -> bool
val any : t
val none : t
val exclude : t -> t
val all_of : t list -> t
val any_of : t list -> t
val limit : int -> t
val has_extension : string list -> t