Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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.
val interact :
?search_path:string list ->
?build_dir:string ->
unit:string ->
loc:(string * int * int * int) ->
values:value list ->
unit ->
unit