package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t

result of globbing

val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int
module Elem : sig ... end
val create : dir:Path.t -> elems:Elem.t list -> t
val of_file_paths_exn : dir:Path.t -> Path.t list -> t
val equal : t -> t -> bool
val paths : t -> Path.Set.t
module Restriction : sig ... end
val restrict : t -> Restriction.t -> t