Base__.Hex_lexer
type result
=
|
Neg of string
Pos of string
val parse_hex : Stdlib.Lexing.lexbuf -> result