aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernacentries.mli
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-06 15:25:18 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-06 15:25:18 +0000
commit145bd37bb83b41749b7e95f535569c249e98df38 (patch)
tree5c15dfc148296077614f17b24b755df7dea11afc /toplevel/vernacentries.mli
parent0f3147561c3558e2c6d5c0ec1d100ec746aa716e (diff)
Vecnacentries.dump_global silently ignores exceptions
So PrintName and Extraction dump globals when they exist git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15691 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/vernacentries.mli')
-rw-r--r--toplevel/vernacentries.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/vernacentries.mli b/toplevel/vernacentries.mli
index dbceaaaa1..b49c01f89 100644
--- a/toplevel/vernacentries.mli
+++ b/toplevel/vernacentries.mli
@@ -13,6 +13,8 @@ open Vernacexpr
open Constrexpr
open Misctypes
+val dump_global : Libnames.reference or_by_notation -> unit
+
(** Vernacular entries *)
val show_script : unit -> unit