Module Ldap_urllexer

module Ldap_urllexer: sig .. end

type lexeme = 
| SCHEME
| COLONSLASHSLASH
| PORT of string
| HOST of string
| DN of string
| IDENT of string
| SCOPE of string
| FILTER of string
| QUESTION
| EQUAL
| CRITICAL
| SLASH
| WHSP
| COMMA
exception SyntaxError
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val lexurl : Stdlib.Lexing.lexbuf -> Ldap_types.ldap_url
val __ocaml_lex_lexurl_rec : Stdlib.Lexing.lexbuf -> int -> Ldap_types.ldap_url