1 (***********************************************************************)
5 (* Jerome Vouillon, projet Cristal, INRIA Rocquencourt *)
6 (* Objective Caml port by John Malecki and Xavier Leroy *)
8 (* Copyright 1996 Institut National de Recherche en Informatique et *)
9 (* en Automatique. All rights reserved. This file is distributed *)
10 (* under the terms of the Q Public License version 1.0. *)
12 (***********************************************************************)
18 (* Convert environment summaries to environments *)
20 val env_of_event
: Instruct.debug_event
option -> Env.t
22 (* Empty the environment caches. To be called when load_path changes. *)
24 val reset_cache
: unit -> unit
29 Module_not_found
of Path.t
31 exception Error
of error
33 val report_error
: formatter
-> error
-> unit