package utop

  1. Overview
  2. Docs
Universal toplevel for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

utop-2.6.0.tbz
sha256=4d0a94c0db27e39629729e485a142255b824545b5ec0f62b909b7572e88bc99e
sha512=767d6d0a98ec5d1e67648f948c9523a79df60c951b16867067a8a377d32261f9b68805ae5c5e3c27d6ce33937d1694bfd15110a23efbc9422399c7ec8b900016

doc/utop/UTop_private/index.html

Module UTop_private

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

Innovation. Community. Security.