Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val pp_syntax_error :
Ppx_deriving_runtime.Format.formatter ->
syntax_error ->
Ppx_deriving_runtime.unit
val show_syntax_error : syntax_error -> Ppx_deriving_runtime.string
exception Syntax_error of syntax_error
val pos_to_error : string -> Lexing.lexbuf -> syntax_error
val main : ?trace:bool -> string -> Lexing.lexbuf -> Ast.ast
val from_string : string -> string -> Ast.ast
val from_channel : string -> Pervasives.in_channel -> Ast.ast
val from_file : string -> Ast.ast