package utop

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 -> unit:string -> loc:(string * int * int * int) -> values:value list -> unit