package utop

  1. Overview
  2. Docs
Universal toplevel for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

utop-2.12.1.tbz
sha256=67a4b7a54138458e50ee4791515490bb392291ec1680cfac44b81c47ef1b2253
sha512=a3957684b5124227ff5c18aa3221aa3cdfdffce345df49db7ac84005012bcdda6e12ad00466f592f3b42ead50626fc250713a91ca4500b7ab2e89b15d96a3f84

doc/utop/UTop_main/index.html

Module UTop_main

val main : unit -> unit

Start utop.

exception Term of int

Exception raised when a signal that should terminate the process is received. The argument is the signal number.

utop raises this exception for SIGHUP and SIGTERM by default.

type value =
  1. | V : string * _ -> value
val interact : ?search_path:string list -> ?build_dir:string -> unit:string -> loc:(string * int * int * int) -> values:value list -> unit -> unit
OCaml

Innovation. Community. Security.