package utop

  1. Overview
  2. Docs
Universal toplevel for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

utop-2.17.0.tbz
sha256=14e19391ff8b18c15b0117374d4d0fc5720050957bd80298650564b894fa85da
sha512=ff01dc763ac7ebfb921fd10da4eabc3a6ddde90031971630cd27f9bb95e599b9932f9db155e27b066805a0b7038eb3c1df6d409c0471e5ecd23656b43e0cd746

doc/utop/UTop_private/index.html

Module UTop_privateSource

Sourcemodule Default_paths : sig ... end
Sourceval size : LTerm_geom.size React.signal
Sourceval set_size : ?step:React.step -> LTerm_geom.size React.signal -> unit
Sourceval key_sequence : LTerm_key.t list React.signal
Sourceval set_key_sequence : ?step:React.step -> LTerm_key.t list React.signal -> unit
Sourceval count : int React.signal
Sourceval set_count : ?step:React.step -> int -> unit
Sourcetype ui =
  1. | Console
  2. | Emacs
Sourceval ui : ui React.signal
Sourceval set_ui : ?step:React.step -> ui -> unit
Sourceval error_style : LTerm_style.t ref
Sourceval autoload : bool ref
Sourceval margin_function : (LTerm_geom.size -> int option) React.signal
Sourceval set_margin_function : ?step:React.step -> (LTerm_geom.size -> int option) -> unit
Sourceval margin : int option React.signal
Sourceval set_margin : Format.formatter -> unit