aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/aux_file.mli
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2015-10-06 16:43:50 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2015-10-08 09:51:13 +0200
commit4a0fd14dcae807e0e681cfc14daca978cb4a36e9 (patch)
tree05c168d43e4e6d7f1a68ce76fc7434c92304f455 /lib/aux_file.mli
parent9ea8867a0fa8f2a52df102732fdc1a931c659826 (diff)
aux_file: export API to ease writing of a Proof Using annotator.
Diffstat (limited to 'lib/aux_file.mli')
-rw-r--r--lib/aux_file.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/aux_file.mli b/lib/aux_file.mli
index e340fc654..b672d3db2 100644
--- a/lib/aux_file.mli
+++ b/lib/aux_file.mli
@@ -13,6 +13,10 @@ val get : aux_file -> Loc.t -> string -> string
val empty_aux_file : aux_file
val set : aux_file -> Loc.t -> string -> string -> aux_file
+module H : Map.S with type key = int * int
+module M : Map.S with type key = string
+val contents : aux_file -> string M.t H.t
+
val start_aux_file_for : string -> unit
val stop_aux_file : unit -> unit
val recording : unit -> bool