package utop

  1. Overview
  2. Docs
Universal toplevel for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

utop-2.12.0.tbz
sha256=ad19c859a783bec573cd91e810c54d0e6b70f339d0a4fed55ec672ae408aa1ea
sha512=cd55cfb49178bec60b39df5b15df9090d9a316b81ddd5e564daaaa04c3c896c2e1ccf24a15ebce5b41ad3e22db56cfc95cc3f1a6808ee8e09f1c685284cdfb71

doc/utop/UTop_compat/index.html

Module UTop_compatSource

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

Returns whether the given path is persistent.

OCaml

Innovation. Community. Security.