package ocp-ocamlres

  1. Overview
  2. Docs

Predicates for Filtering a resource store. * Used after importing resources from the filesystem. More expressive * than path filters since they operate on the already parsed tree but * cannot prevent the reading of unnecessary files.

type 'a t = 'a OCamlRes.Res.node -> bool
val any : 'a t
val none : 'a t
val exclude : 'a t -> 'a t
val all_of : 'a t list -> 'a t
val any_of : 'a t list -> 'a t
val empty_dir : 'a t