summaryrefslogtreecommitdiff
path: root/pretyping/rawterm.mli
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:48 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:48 +0200
commitbd4bb27ee4f66b08434d9a199f00b04ccec34722 (patch)
treeee389e744201c32fc4e74eadc34e0227c4008b5d /pretyping/rawterm.mli
parentdb4ea6ddcbeb0dea41267dc87a30b76a01e402af (diff)
parent870075f34dd9fa5792bfbf413afd3b96f17e76a0 (diff)
Merge commit 'upstream/8.2.beta4+dfsg'
Diffstat (limited to 'pretyping/rawterm.mli')
-rw-r--r--pretyping/rawterm.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/pretyping/rawterm.mli b/pretyping/rawterm.mli
index 2ba8022f..eecee8b0 100644
--- a/pretyping/rawterm.mli
+++ b/pretyping/rawterm.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: rawterm.mli 11094 2008-06-10 19:35:23Z herbelin $ i*)
+(*i $Id: rawterm.mli 11282 2008-07-28 11:51:53Z msozeau $ i*)
(*i*)
open Util
@@ -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