1995-08-09 08:06:35 -07:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* Caml Special Light *)
|
|
|
|
(* *)
|
|
|
|
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
|
|
|
|
(* *)
|
|
|
|
(* Copyright 1995 Institut National de Recherche en Informatique et *)
|
|
|
|
(* Automatique. Distributed only by permission. *)
|
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
|
|
|
(* $Id$ *)
|
|
|
|
|
1995-05-04 03:15:53 -07:00
|
|
|
(* The toplevel directives. *)
|
|
|
|
|
|
|
|
val dir_quit : unit -> unit
|
|
|
|
val dir_directory : string -> unit
|
|
|
|
val dir_cd : string -> unit
|
|
|
|
val dir_load : string -> unit
|
|
|
|
val dir_use : string -> unit
|
|
|
|
val dir_install_printer : Longident.t -> unit
|
|
|
|
val dir_remove_printer : Longident.t -> unit
|
|
|
|
val dir_trace : Longident.t -> unit
|
|
|
|
val dir_untrace : Longident.t -> unit
|
|
|
|
val dir_untrace_all : unit -> unit
|