| File lib/ocaml/std-lib/toploop.cmi_pretty | GODI Package godi-ocaml |
| Library stdlib |
| toploop.cmi_pretty | Sources |
val getvalue : string -> Obj.t val setvalue : string -> Obj.t -> unit val set_paths : unit -> unit val loop : Format.formatter -> unit val run_script : Format.formatter -> string -> string array -> bool type directive_fun = Toploop.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 directive_table : (string, directive_fun) Hashtbl.t val toplevel_env : Env.t ref val initialize_toplevel_env : unit -> unit val print_exception_outcome : Format.formatter -> exn -> unit val execute_phrase : bool -> Format.formatter -> Parsetree.toplevel_phrase -> bool val use_file : Format.formatter -> string -> bool val use_silently : Format.formatter -> string -> bool val eval_path : Path.t -> Obj.t val print_value : Env.t -> Obj.t -> Format.formatter -> Types.type_expr -> unit val print_untyped_exception : Format.formatter -> Obj.t -> unit val install_printer : Path.t -> Types.type_expr -> (Format.formatter -> Obj.t -> unit) -> unit val remove_printer : Path.t -> unit val max_printer_depth : int ref val max_printer_steps : int ref 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_warning : Location.t -> Format.formatter -> Warnings.t -> unit val input_name : string 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_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 val read_interactive_input : (string -> string -> int -> int * bool) ref val toplevel_startup_hook : (unit -> unit) ref val may_trace : bool ref