From de7abebd102227bda6af04a3078479ea09db1da3 Mon Sep 17 00:00:00 2001 From: barras Date: Thu, 24 Jul 2008 16:02:39 +0000 Subject: broke cyclic dependencies git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11253 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/rawterm.ml | 2 +- pretyping/rawterm.mli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pretyping') 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 diff --git a/pretyping/rawterm.mli b/pretyping/rawterm.mli index 0eee3e73ae..3628e2a503 100644 --- a/pretyping/rawterm.mli +++ b/pretyping/rawterm.mli @@ -40,7 +40,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 -- cgit v1.2.3