package down

  1. Overview
  2. Docs
An OCaml toplevel (REPL) upgrade

Install

Dune Dependency

Authors

Maintainers

Sources

down-0.3.0.tbz
sha512=03d4a5e82da97ac7814f93385d1a216976976ed7b00693c1e4fa24f6ea2e15121b39344bc599b82e1d2fea12d87663810c2aaca920af1d8b4db5682c6ec61dc6

doc/down/Down/index.html

Module Down

An OCaml toplevel (REPL) upgrade

See the manual.

Down

val help : unit -> unit

help () prints help about Down.

module Session : sig ... end

Manage sessions.

module History : sig ... end

Manage history.

val tty_no_faint : unit -> unit

tty_no_faint () disables uses of ANSI faint by down. Some terminals switch to different colors which may be unpleasant, call this function if that is the case.

module Private : sig ... end

Private.

OCaml

Innovation. Community. Security.

On This Page
  1. Down