Module Dunolint.GlobSource

Sourcetype t
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval test : t -> string -> bool

Tests if string matches the glob.

Sourceval to_string : t -> string

Returns textual representation of a glob.

Sourceval v : string -> t

Converts string to glob. Throws Invalid_argument exception if string is not a valid glob.