package utop

  1. Overview
  2. Docs
Universal toplevel for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

utop-2.8.0.tbz
sha256=4d2cb88ce598122198726a74274395dd22eacf0a18d9ac24e3047fe962382556
sha512=22cdc75e14950eac28d6e0b7b2c6d686aea4e24d9955f140bfcbdef2de033e59f94ab3da0c5c95e1ce51211759694b55c82eec16776c3e0cfb80aa77e64a380b

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.