Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val parse_list :
Ast.t list ->
Lexer.token list ->
(Ast.t list * Lexer.token list, string) result
val parse_assoc :
(string * Ast.t) list ->
Lexer.token list ->
((string * Ast.t) list * Lexer.token list, string) result
val parse : Lexer.token list -> (Ast.t * Lexer.token list, string) result
val parse_from_lexbuf :
?fname:string ->
?lnum:int ->
Sedlexing.lexbuf ->
(Ast.t, string) result
val parse_from_channel :
?fname:string ->
?lnum:int ->
in_channel ->
(Ast.t, string) result