package utop

  1. Overview
  2. Docs
val lookup_value : Longident.t -> Env.t -> Path.t * Types.value_description
val get_desc : Types.type_expr -> Types.type_desc
val toploop_get_directive : string -> Toploop.directive_fun option
val lookup_module : Longident.t -> Env.t -> Path.t * Types.module_type
val lookup_label : Longident.t -> Env.t -> Types.label_description
val lookup_modtype : Longident.t -> Env.t -> Path.t * Types.modtype_declaration
val lookup_constructor : Longident.t -> Env.t -> Types.constructor_description
val lookup_class : Longident.t -> Env.t -> Path.t * Types.class_declaration
val longident_parse : string -> Longident.t
val toploop_all_directive_names : unit -> string list
val lookup_type : Longident.t -> Env.t -> Path.t * Types.type_declaration
val set_load_path : string list -> unit
val toploop_use_silently : Stdlib.Format.formatter -> string -> bool
module Persistent_signature = Persistent_env.Persistent_signature
val toploop_set_paths : unit -> unit
val toploop_load_file : Stdlib.Format.formatter -> string -> bool
val iter_structure : ((Typedtree.expression -> unit) -> Typedtree.expression -> unit) -> Typedtree.structure -> unit
val is_persistent_path : Path.t -> bool

Returns whether the given path is persistent.

OCaml

Innovation. Community. Security.