aboutsummaryrefslogtreecommitdiff
path: root/pretyping/rawterm.ml
diff options
context:
space:
mode:
authorbarras2008-07-24 16:02:39 +0000
committerbarras2008-07-24 16:02:39 +0000
commitde7abebd102227bda6af04a3078479ea09db1da3 (patch)
tree4277ffb3bf0c7bd228cc124fb7d0faaf898ba56e /pretyping/rawterm.ml
parent417653e0119f8b7479d9a52725c4cb32b3d4af14 (diff)
broke cyclic dependencies
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11253 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/rawterm.ml')
-rw-r--r--pretyping/rawterm.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/rawterm.ml b/pretyping/rawterm.ml
index 79708e9fbe..ea622de7f4 100644
--- a/pretyping/rawterm.ml
+++ b/pretyping/rawterm.ml
@@ -36,7 +36,7 @@ type rawsort = RProp of Term.contents | RType of Univ.universe option
type binder_kind = BProd | BLambda | BLetIn
-type binding_kind = Explicit | Implicit
+type binding_kind = Lib.binding_kind = Explicit | Implicit
type quantified_hypothesis = AnonHyp of int | NamedHyp of identifier