Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val token : Stdlib.Lexing.lexbuf -> Parser.token
val __ocaml_lex_token_rec : Stdlib.Lexing.lexbuf -> int -> Parser.token
val comments : int -> Stdlib.Lexing.lexbuf -> Parser.token
val __ocaml_lex_comments_rec :
int ->
Stdlib.Lexing.lexbuf ->
int ->
Parser.token
val read_string : Stdlib.Buffer.t -> Stdlib.Lexing.lexbuf -> Parser.token
val __ocaml_lex_read_string_rec :
Stdlib.Buffer.t ->
Stdlib.Lexing.lexbuf ->
int ->
Parser.token
val read_char : char -> int -> Stdlib.Lexing.lexbuf -> Parser.token
val __ocaml_lex_read_char_rec :
char ->
int ->
Stdlib.Lexing.lexbuf ->
int ->
Parser.token