package path_glob

  1. Overview
  2. Docs

Module Path_glob.AstSource

Sourceexception Parse_error of string
Sourcetype pattern =
  1. | Epsilon
  2. | Star of pattern
  3. | Class of character_class
  4. | Concat of pattern * pattern
  5. | Union of pattern list
  6. | Word of string
Sourceand character_class = (char * char) Formula.t
Sourcetype 'pattern atom =
  1. | Constant of string
  2. | Pattern of 'pattern
OCaml

Innovation. Community. Security.