Module Base__.Hex_lexer

type result =
| Neg of string
| Pos of string
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val parse_hex : Stdlib.Lexing.lexbuf -> result
val __ocaml_lex_parse_hex_rec : Stdlib.Lexing.lexbuf -> int -> result