aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/term.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-02-12 22:56:43 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-02-12 22:56:43 +0000
commit33c0d04c1ae40fb3eded886f8d82eb941e588fc9 (patch)
tree2b3863afcfca8ccb73db473c889320f2ec24ac33 /checker/term.mli
parent351c92f5c61082e9e8f5e1c9364f1836416f17d3 (diff)
Checker: re-sync vo structures after Maxime's commit 16136
make validate still fails, but that's another issue (#2949) we're still working on... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16198 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'checker/term.mli')
-rw-r--r--checker/term.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/term.mli b/checker/term.mli
index c417cd14e..cc9d5cf97 100644
--- a/checker/term.mli
+++ b/checker/term.mli
@@ -23,7 +23,7 @@ type 'a pexistential = existential_key * 'a array
type 'a prec_declaration = name array * 'a array * 'a array
type 'a pfixpoint = (int array * int) * 'a prec_declaration
type 'a pcofixpoint = int * 'a prec_declaration
-type cast_kind = VMcast | DEFAULTcast
+type cast_kind = VMcast | NATIVEcast | DEFAULTcast
type constr =
Rel of int
| Var of Id.t