module Glob_lexer: sig .. end
sig
end
type token =
|
ATOM of Glob_ast.pattern Glob_ast.atom
Glob_ast.pattern Glob_ast.atom
AND
OR
NOT
LPAR
RPAR
TRUE
FALSE
EOF
val token : Lexing.lexbuf -> token
Lexing.lexbuf -> token