Topcommon
val preprocess_phrase :
Format.formatter ->
Parsetree.toplevel_phrase ->
Parsetree.toplevel_phrase
val find_eval_phrase :
Typedtree.structure ->
(Typedtree.expression * Typedtree.attributes * Location.t) option
val max_printer_depth : int ref
val max_printer_steps : int ref
val print_out_value : (Format.formatter -> Outcometree.out_value -> unit) ref
val print_out_type : (Format.formatter -> Outcometree.out_type -> unit) ref
val print_out_class_type :
(Format.formatter -> Outcometree.out_class_type -> unit) ref
val print_out_module_type :
(Format.formatter -> Outcometree.out_module_type -> unit) ref
val print_out_type_extension :
(Format.formatter -> Outcometree.out_type_extension -> unit) ref
val print_out_sig_item :
(Format.formatter -> Outcometree.out_sig_item -> unit) ref
val print_out_signature :
(Format.formatter -> Outcometree.out_sig_item list -> unit) ref
val print_out_phrase : (Format.formatter -> Outcometree.out_phrase -> unit) ref
module type EVAL_BASE = sig ... end
module MakeEvalPrinter (_ : EVAL_BASE) : sig ... end
type directive_fun =
| Directive_none of unit -> unit
| Directive_string of string -> unit
| Directive_int of int -> unit
| Directive_ident of Longident.t -> unit
| Directive_bool of bool -> unit
val add_directive : string -> directive_fun -> directive_info -> unit
val get_directive : string -> directive_fun option
val get_directive_info : string -> directive_info option
val try_run_directive :
Format.formatter ->
string ->
Parsetree.directive_argument option ->
bool
val directive_table : (string, directive_fun) Hashtbl.t
val directive_info_table : (string, directive_info) Hashtbl.t
val parse_toplevel_phrase : (Lexing.lexbuf -> Parsetree.toplevel_phrase) ref
val parse_use_file : (Lexing.lexbuf -> Parsetree.toplevel_phrase list) ref
val print_location : Format.formatter -> Location.t -> unit
val print_error : Format.formatter -> Location.error -> unit
val print_warning : Location.t -> Format.formatter -> Warnings.t -> unit
val input_name : string ref
val phrase_buffer : Buffer.t
val first_line : bool ref
val got_eof : bool ref
val read_interactive_input : (string -> bytes -> int -> int * bool) ref
val toplevel_startup_hook : (unit -> unit) ref
val add_hook : (event -> unit) -> unit
val run_hooks : event -> unit
val backtrace : string option ref
val parse_mod_use_file :
string ->
Lexing.lexbuf ->
Parsetree.toplevel_phrase list