jon.recoil.org

Module Std.Glob

type pattern =
  1. | Wildwild
  2. | Exact of string
  3. | Regexp of Str.regexp
val compile_pattern : string -> Merlin_utils.Std.Glob.pattern
val match_pattern : Merlin_utils.Std.Glob.pattern -> string -> bool