module Glob_ast:sig
..end
exception Parse_error of string
type
pattern =
| |
Epsilon |
| |
Star of |
| |
Class of |
| |
Concat of |
| |
Union of |
| |
Word of |
typecharacter_class =
(char * char) Bool.boolean
type 'a
atom =
| |
Constant of |
| |
Pattern of |