aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-01 14:26:02 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-01 14:26:02 +0000
commit0f999f0447e92343be9eed116e33df3149339b82 (patch)
tree2ced4e2c3d615b2c0955d4c2e9b3f40c2db85334 /intf
parent1ce0550e04870a5a93d464bab8c2be6fb5d2702d (diff)
Granting bug #3098: adding priority to Existing Instances.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16645 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf')
-rw-r--r--intf/vernacexpr.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index a780ac0f1..bbb68689c 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -297,7 +297,8 @@ type vernac_expr =
| VernacContext of local_binder list
- | VernacDeclareInstances of reference list (* instance names *)
+ | VernacDeclareInstances of
+ reference list * int option (* instance names, priority *)
| VernacDeclareClass of reference (* inductive or definition name *)