From a638cba857c9a93a62f35bcceab6fa2c710805d2 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 25 Sep 2011 18:07:06 +0000 Subject: Polishing commits r14492, r14448 and r14407 (tactics propagate conversion hints to kernel). Whether REVERTcast must be known from coqchk is unclear. In the meantime, warn about the unstability of the situation (see also bug #2599). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14495 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/term.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kernel/term.ml') diff --git a/kernel/term.ml b/kernel/term.ml index 1ed918519..a6519e226 100644 --- a/kernel/term.ml +++ b/kernel/term.ml @@ -34,6 +34,8 @@ type existential_key = int type metavariable = int (* This defines the strategy to use for verifiying a Cast *) +(* Warning: REVERTcast is not exported to vo-files; as of r14492, it has to *) +(* come after the vo-exported cast_kind so as to be compatible with coqchk *) type cast_kind = VMcast | DEFAULTcast | REVERTcast (* This defines Cases annotations *) -- cgit v1.2.3