From e8ef565dadd110329f806fa3c281055fcd807440 Mon Sep 17 00:00:00 2001 From: lmamane Date: Fri, 22 Feb 2008 13:39:13 +0000 Subject: Merge with lmamane's private branch: - New vernac command "Delete" - New vernac command "Undo To" - Added a few hooks used by new contrib/interface - Beta/incomplete version of dependency generation and dumping git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10580 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/libnames.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'library/libnames.ml') diff --git a/library/libnames.ml b/library/libnames.ml index dcdd5ac41..dfa0fb82d 100644 --- a/library/libnames.ml +++ b/library/libnames.ml @@ -15,6 +15,7 @@ open Nameops open Term open Mod_subst +(*s Global reference is a kernel side type for all references together *) type global_reference = | VarRef of variable | ConstRef of constant -- cgit v1.2.3