aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/extend.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-12-30 10:52:19 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-12-30 10:52:19 +0000
commitaa98cbeaa05796ae7bc8a5e4f94954e634695ea0 (patch)
tree77dc2fa45a852554b72ecffd6df175eb29742d9a /parsing/extend.ml
parentbe04fc65e29899d206c7fb389346ea8ea906bae9 (diff)
Mini-restructuration
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7761 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/extend.ml')
-rw-r--r--parsing/extend.ml4
1 files changed, 3 insertions, 1 deletions
diff --git a/parsing/extend.ml b/parsing/extend.ml
index fbea84e7b..b62e23b5e 100644
--- a/parsing/extend.ml
+++ b/parsing/extend.ml
@@ -20,8 +20,10 @@ open Genarg
(**********************************************************************)
(* constr entry keys *)
+type side = Left | Right
+
type production_position =
- | BorderProd of bool * Gramext.g_assoc option (* true=left; false=right *)
+ | BorderProd of side * Gramext.g_assoc option (* true=left; false=right *)
| InternalProd
type production_level =