Module Std.GlobSource

Sourcetype pattern =
  1. | Wildwild
  2. | Exact of string
  3. | Regexp of Str.regexp
Sourceval compile_pattern : string -> pattern
Sourceval match_pattern : pattern -> string -> bool